Searched refs:InitModule (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/leveldatabase/src/util/
H A Dcomparator.cc72 static void InitModule() { function in class:leveldb::__anon12467::BytewiseComparatorImpl
77 port::InitOnce(&once, InitModule);
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dspinlock_linux-inl.h59 static struct InitModule { struct in namespace:__anon15556
60 InitModule() { function in struct:__anon15556::InitModule
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dspinlock_linux-inl.h48 static struct InitModule { struct in namespace:__anon15600
49 InitModule() { function in struct:__anon15600::InitModule
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dmalloc_extension.cc205 static void InitModule() { function
213 perftools_pthread_once(&module_init, InitModule);
218 perftools_pthread_once(&module_init, InitModule);
H A Dthread_cache.h109 static void InitModule();
412 InitModule();
H A Dthread_cache.cc321 void ThreadCache::InitModule() { function in class:tcmalloc::ThreadCache
H A Dtcmalloc.cc1316 if (Static::pageheap() == NULL) ThreadCache::InitModule();
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dmalloc_extension.cc199 static void InitModule() { function
207 perftools_pthread_once(&module_init, InitModule);
212 perftools_pthread_once(&module_init, InitModule);
H A Dthread_cache.h104 static void InitModule();
385 InitModule();
H A Dthread_cache.cc310 void ThreadCache::InitModule() { function in class:tcmalloc::ThreadCache
H A Dtcmalloc.cc1271 if (Static::pageheap() == NULL) ThreadCache::InitModule();

Completed in 193 milliseconds