HomeSort by relevance Sort by last modified time
    Searched defs:ThreadCache (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/tcmalloc/chromium/src/
thread_cache.h 70 class ThreadCache {
72 // All ThreadCache objects are kept in a linked list (for stats collection)
73 ThreadCache* next_;
74 ThreadCache* prev_;
111 static ThreadCache* GetThreadHeap();
112 static ThreadCache* GetCache();
113 static ThreadCache* GetCacheIfPresent();
114 static ThreadCache* CreateCacheIfNecessary();
261 static __thread ThreadCache* threadlocal_heap_
286 static ThreadCache* thread_heaps_
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
thread_cache.h 76 class ThreadCache {
78 // All ThreadCache objects are kept in a linked list (for stats collection)
79 ThreadCache* next_;
80 ThreadCache* prev_;
106 static ThreadCache* GetThreadHeap();
107 static ThreadCache* GetCache();
108 static ThreadCache* GetCacheIfPresent();
109 static ThreadCache* CreateCacheIfNecessary();
255 static __thread ThreadCache* threadlocal_heap_
271 static ThreadCache* thread_heaps_
    [all...]

Completed in 151 milliseconds