Home
last modified time | relevance | path

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

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