Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/wtf/
DFastMalloc.cpp466 class TCMalloc_ThreadCache;
483 …loc_PageHeap*, TCMalloc_ThreadCache**, TCMalloc_Central_FreeListPadded*, PageHeapAllocator<Span>*,…
494 TCMalloc_ThreadCache** m_threadHeaps;
497 PageHeapAllocator<TCMalloc_ThreadCache>* m_pageHeapAllocator;
2121 class TCMalloc_ThreadCache { class
2140 static inline TCMalloc_ThreadCache* NewHeap(ThreadIdentifier tid);
2146 TCMalloc_ThreadCache* next_;
2147 TCMalloc_ThreadCache* prev_;
2175 static TCMalloc_ThreadCache* GetThreadHeap();
2176 static TCMalloc_ThreadCache* GetCache();
[all …]
/external/webkit/JavaScriptCore/
DChangeLog-2007-10-14552 (WTF::TCMalloc_ThreadCache::GetCache):
553 (WTF::TCMalloc_ThreadCache::GetCacheIfPresent):
554 (WTF::TCMalloc_ThreadCache::CreateCacheIfNecessary):
597 (WTF::TCMalloc_ThreadCache::GetCache):
598 (WTF::TCMalloc_ThreadCache::GetCacheIfPresent):
599 (WTF::TCMalloc_ThreadCache::CreateCacheIfNecessary):
673 (WTF::TCMalloc_ThreadCache::GetCache):
674 (WTF::TCMalloc_ThreadCache::GetCacheIfPresent):
675 (WTF::TCMalloc_ThreadCache::CreateCacheIfNecessary):
1091 (WTF::TCMalloc_ThreadCache::enumerateFreeObjects): Ditto.
[all …]
DChangeLog-2008-08-1024413 (WTF::TCMalloc_ThreadCache::Init):
24414 (WTF::TCMalloc_ThreadCache::Cleanup):
24415 (WTF::TCMalloc_ThreadCache::Allocate):
24416 (WTF::TCMalloc_ThreadCache::Deallocate):
24417 (WTF::TCMalloc_ThreadCache::FetchFromCentralCache):
24418 (WTF::TCMalloc_ThreadCache::ReleaseToCentralCache):
24419 (WTF::TCMalloc_ThreadCache::Scavenge):
24420 (WTF::TCMalloc_ThreadCache::PickNextSample):
24421 (WTF::TCMalloc_ThreadCache::NewHeap):
24422 (WTF::TCMalloc_ThreadCache::GetThreadHeap):
[all …]
DChangeLog3401 (WTF::TCMalloc_ThreadCache::InitModule):