config.h

#include "osl/config.h"

lib/third_party/tcmalloc-0.93/config.hのインクルード依存関係図

このグラフは、どのファイルから直接、間接的にインクルードされているかを示しています。

ソースコードを見る。

マクロ定義

#define HASH_MAP_H   <ext/hash_map>
#define HASH_NAMESPACE   __gnu_cxx
#define HASH_SET_H   <ext/hash_set>
#define HAVE_DECL_CFREE   0
#define HAVE_DECL_MEMALIGN   0
#define HAVE_DECL_POSIX_MEMALIGN   0
#define HAVE_DECL_PVALLOC   0
#define HAVE_DECL_UNAME   1
#define HAVE_DECL_VALLOC   0
#define HAVE_DLFCN_H   1
#define HAVE_FCNTL_H   1
#define HAVE_GETEUID   1
#define HAVE_GETPAGESIZE   1
#define HAVE_GLOB_H   1
#define HAVE_GRP_H   1
#define HAVE_HASH_MAP   1
#define HAVE_HASH_SET   1
#define HAVE_INTTYPES_H   1
#define HAVE_MEMORY_H   1
#define HAVE_MMAP   1
#define HAVE_NAMESPACES   1
#define HAVE_PTHREAD   1
#define HAVE_PWD_H   1
#define HAVE_SBRK   1
#define HAVE_STDINT_H   1
#define HAVE_STDLIB_H   1
#define HAVE_STRINGS_H   1
#define HAVE_STRING_H   1
#define HAVE_SYS_STAT_H   1
#define HAVE_SYS_SYSCALL_H   1
#define HAVE_SYS_TYPES_H   1
#define HAVE_UCONTEXT_H   1
#define HAVE_UNISTD_H   1
#define HAVE_UNWIND_H   1
#define HAVE___ATTRIBUTE__   1
#define INSTALL_PREFIX   "/usr/local"
#define PACKAGE   "google-perftools"
#define PACKAGE_BUGREPORT   "opensource@google.com"
#define PACKAGE_NAME   "google-perftools"
#define PACKAGE_STRING   "google-perftools 0.93"
#define PACKAGE_TARNAME   "google-perftools"
#define PACKAGE_VERSION   "0.93"
#define PC_FROM_UCONTEXT   uc_mcontext->ss.eip
#define PERFTOOLS_DLL_DECL
#define PRIdS   "zd"
#define PRIuS   "zu"
#define PRIxS   "zx"
#define STDC_HEADERS   1
#define STL_NAMESPACE   std
#define VERSION   "0.93"
#define __STDC_FORMAT_MACROS   1


マクロ定義

#define __STDC_FORMAT_MACROS   1

lib/third_party/tcmalloc-0.93/config.h210 行で定義されています。

#define HASH_MAP_H   <ext/hash_map>

lib/third_party/tcmalloc-0.93/config.h7 行で定義されています。

#define HASH_NAMESPACE   __gnu_cxx

lib/third_party/tcmalloc-0.93/config.h10 行で定義されています。

#define HASH_SET_H   <ext/hash_set>

lib/third_party/tcmalloc-0.93/config.h13 行で定義されています。

#define HAVE___ATTRIBUTE__   1

lib/third_party/tcmalloc-0.93/config.h145 行で定義されています。

#define HAVE_DECL_CFREE   0

lib/third_party/tcmalloc-0.93/config.h23 行で定義されています。

#define HAVE_DECL_MEMALIGN   0

lib/third_party/tcmalloc-0.93/config.h27 行で定義されています。

#define HAVE_DECL_POSIX_MEMALIGN   0

lib/third_party/tcmalloc-0.93/config.h31 行で定義されています。

#define HAVE_DECL_PVALLOC   0

lib/third_party/tcmalloc-0.93/config.h35 行で定義されています。

#define HAVE_DECL_UNAME   1

lib/third_party/tcmalloc-0.93/config.h39 行で定義されています。

#define HAVE_DECL_VALLOC   0

lib/third_party/tcmalloc-0.93/config.h43 行で定義されています。

#define HAVE_DLFCN_H   1

lib/third_party/tcmalloc-0.93/config.h46 行で定義されています。

#define HAVE_FCNTL_H   1

lib/third_party/tcmalloc-0.93/config.h52 行で定義されています。

#define HAVE_GETEUID   1

lib/third_party/tcmalloc-0.93/config.h55 行で定義されています。

#define HAVE_GETPAGESIZE   1

lib/third_party/tcmalloc-0.93/config.h58 行で定義されています。

#define HAVE_GLOB_H   1

lib/third_party/tcmalloc-0.93/config.h61 行で定義されています。

#define HAVE_GRP_H   1

lib/third_party/tcmalloc-0.93/config.h64 行で定義されています。

#define HAVE_HASH_MAP   1

lib/third_party/tcmalloc-0.93/config.h67 行で定義されています。

#define HAVE_HASH_SET   1

lib/third_party/tcmalloc-0.93/config.h70 行で定義されています。

#define HAVE_INTTYPES_H   1

lib/third_party/tcmalloc-0.93/config.h73 行で定義されています。

#define HAVE_MEMORY_H   1

lib/third_party/tcmalloc-0.93/config.h85 行で定義されています。

#define HAVE_MMAP   1

lib/third_party/tcmalloc-0.93/config.h88 行で定義されています。

#define HAVE_NAMESPACES   1

lib/third_party/tcmalloc-0.93/config.h91 行で定義されています。

#define HAVE_PTHREAD   1

lib/third_party/tcmalloc-0.93/config.h97 行で定義されています。

#define HAVE_PWD_H   1

lib/third_party/tcmalloc-0.93/config.h100 行で定義されています。

#define HAVE_SBRK   1

lib/third_party/tcmalloc-0.93/config.h103 行で定義されています。

#define HAVE_STDINT_H   1

lib/third_party/tcmalloc-0.93/config.h106 行で定義されています。

#define HAVE_STDLIB_H   1

lib/third_party/tcmalloc-0.93/config.h109 行で定義されています。

#define HAVE_STRING_H   1

lib/third_party/tcmalloc-0.93/config.h115 行で定義されています。

#define HAVE_STRINGS_H   1

lib/third_party/tcmalloc-0.93/config.h112 行で定義されています。

#define HAVE_SYS_STAT_H   1

lib/third_party/tcmalloc-0.93/config.h124 行で定義されています。

#define HAVE_SYS_SYSCALL_H   1

lib/third_party/tcmalloc-0.93/config.h127 行で定義されています。

#define HAVE_SYS_TYPES_H   1

lib/third_party/tcmalloc-0.93/config.h130 行で定義されています。

#define HAVE_UCONTEXT_H   1

lib/third_party/tcmalloc-0.93/config.h136 行で定義されています。

#define HAVE_UNISTD_H   1

lib/third_party/tcmalloc-0.93/config.h139 行で定義されています。

#define HAVE_UNWIND_H   1

lib/third_party/tcmalloc-0.93/config.h142 行で定義されています。

#define INSTALL_PREFIX   "/usr/local"

lib/third_party/tcmalloc-0.93/config.h151 行で定義されています。

#define PACKAGE   "google-perftools"

lib/third_party/tcmalloc-0.93/config.h159 行で定義されています。

#define PACKAGE_BUGREPORT   "opensource@google.com"

lib/third_party/tcmalloc-0.93/config.h162 行で定義されています。

#define PACKAGE_NAME   "google-perftools"

lib/third_party/tcmalloc-0.93/config.h165 行で定義されています。

#define PACKAGE_STRING   "google-perftools 0.93"

lib/third_party/tcmalloc-0.93/config.h168 行で定義されています。

#define PACKAGE_TARNAME   "google-perftools"

lib/third_party/tcmalloc-0.93/config.h171 行で定義されています。

#define PACKAGE_VERSION   "0.93"

lib/third_party/tcmalloc-0.93/config.h174 行で定義されています。

#define PC_FROM_UCONTEXT   uc_mcontext->ss.eip

lib/third_party/tcmalloc-0.93/config.h177 行で定義されています。

#define PERFTOOLS_DLL_DECL

lib/third_party/tcmalloc-0.93/config.h184 行で定義されています。

#define PRIdS   "zd"

lib/third_party/tcmalloc-0.93/config.h187 行で定義されています。

#define PRIuS   "zu"

lib/third_party/tcmalloc-0.93/config.h190 行で定義されています。

#define PRIxS   "zx"

lib/third_party/tcmalloc-0.93/config.h193 行で定義されています。

#define STDC_HEADERS   1

lib/third_party/tcmalloc-0.93/config.h200 行で定義されています。

#define STL_NAMESPACE   std

lib/third_party/tcmalloc-0.93/config.h203 行で定義されています。

#define VERSION   "0.93"

lib/third_party/tcmalloc-0.93/config.h206 行で定義されています。


Thu Oct 8 05:01:11 2009に生成されました。  doxygen 1.5.6