Searched refs:GetCacheIfPresent (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dthread_cache.h113 static ThreadCache* GetCacheIfPresent();
423 inline ThreadCache* ThreadCache::GetCacheIfPresent() { function in class:tcmalloc::ThreadCache
H A Dtcmalloc.cc1137 static inline ThreadCache* GetCacheIfPresent() { function in namespace:__anon15569
1138 void* const p = ThreadCache::GetCacheIfPresent();
1188 ThreadCache* heap = GetCacheIfPresent();
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dthread_cache.h108 static ThreadCache* GetCacheIfPresent();
396 inline ThreadCache* ThreadCache::GetCacheIfPresent() { function in class:tcmalloc::ThreadCache
H A Dtcmalloc.cc1110 static inline ThreadCache* GetCacheIfPresent() { function in namespace:__anon15612
1111 void* const p = ThreadCache::GetCacheIfPresent();
1150 ThreadCache* heap = GetCacheIfPresent();

Completed in 132 milliseconds