HomeSort by relevance Sort by last modified time
    Searched refs:threadlocal_heap_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/tcmalloc/chromium/src/
thread_cache.cc 66 __thread ThreadCache* ThreadCache::threadlocal_heap_ member in class:tcmalloc::ThreadCache
393 threadlocal_heap_ = heap;
428 threadlocal_heap_ = NULL;
448 threadlocal_heap_ = NULL;
thread_cache.h 261 static __thread ThreadCache* threadlocal_heap_ member in class:tcmalloc::ThreadCache
403 return threadlocal_heap_;
  /external/chromium_org/third_party/tcmalloc/vendor/src/
thread_cache.cc 66 __thread ThreadCache* ThreadCache::threadlocal_heap_ member in class:tcmalloc::ThreadCache
382 threadlocal_heap_ = heap;
417 threadlocal_heap_ = NULL;
437 threadlocal_heap_ = NULL;
thread_cache.h 255 static __thread ThreadCache* threadlocal_heap_ member in class:tcmalloc::ThreadCache
376 return threadlocal_heap_;

Completed in 231 milliseconds