Searched defs:ThreadCache (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dthread_cache.h76 class ThreadCache { class in namespace:tcmalloc
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...]
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dthread_cache.h70 class ThreadCache { class in namespace:tcmalloc
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...]

Completed in 95 milliseconds