Searched refs:TCMalloc_ThreadCache (Results 1 – 6 of 6) sorted by relevance
/external/llvm/test/CodeGen/Thumb2/ |
D | 2010-01-06-TailDuplicateLabels.ll | 9 …TCMalloc_ThreadCache" = type { i32, %struct._opaque_pthread_t*, i8, [68 x %"struct.WTF::TCMalloc_T… 17 …read_heapsE = internal global %"struct.WTF::TCMalloc_ThreadCache"* null ; <%"struct.WTF::TCMalloc_… 18 @llvm.used = appending global [1 x i8*] [i8* bitcast (%"struct.WTF::TCMalloc_ThreadCache"* ()* @_ZN… 20 define %"struct.WTF::TCMalloc_ThreadCache"* @_ZN3WTF20TCMalloc_ThreadCache22CreateCacheIfNecessaryE… 35 %2 = getelementptr inbounds %"struct.WTF::TCMalloc_ThreadCache"* %h.0, i32 0, i32 1 42 %6 = getelementptr inbounds %"struct.WTF::TCMalloc_ThreadCache"* %h.0, i32 0, i32 6 46 … = phi %"struct.WTF::TCMalloc_ThreadCache"** [ @_ZN3WTFL12thread_heapsE, %bb6 ], [ %6, %bb10 ] ; <… 47 …%h.0 = load %"struct.WTF::TCMalloc_ThreadCache"** %h.0.in, align 4 ; <%"struct.WTF::TCMalloc_Threa… 48 %7 = icmp eq %"struct.WTF::TCMalloc_ThreadCache"* %h.0, null 52 …%8 = tail call %"struct.WTF::TCMalloc_ThreadCache"* @_ZN3WTF20TCMalloc_ThreadCache7NewHeapEP17_op… [all …]
|
/external/webkit/Source/JavaScriptCore/wtf/ |
D | FastMalloc.cpp | 507 class TCMalloc_ThreadCache; 524 …loc_PageHeap*, TCMalloc_ThreadCache**, TCMalloc_Central_FreeListPadded*, PageHeapAllocator<Span>*,… 535 TCMalloc_ThreadCache** m_threadHeaps; 538 PageHeapAllocator<TCMalloc_ThreadCache>* m_pageHeapAllocator; 2231 class TCMalloc_ThreadCache { class 2250 static inline TCMalloc_ThreadCache* NewHeap(ThreadIdentifier tid); 2256 TCMalloc_ThreadCache* next_; 2257 TCMalloc_ThreadCache* prev_; 2285 static TCMalloc_ThreadCache* GetThreadHeap(); 2286 static TCMalloc_ThreadCache* GetCache(); [all …]
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2007-10-14 | 552 (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 …]
|
D | ChangeLog-2008-08-10 | 24413 (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 …]
|
D | ChangeLog-2011-02-16 | 4796 (WTF::TCMalloc_ThreadCache::GetThreadHeap): 4797 (WTF::TCMalloc_ThreadCache::InitTSD): Ensure that the key is initialized. 5532 (WTF::TCMalloc_ThreadCache::GetThreadHeap): Ditto, but get rather than set. 17255 (WTF::TCMalloc_ThreadCache::CreateCacheIfNecessary):
|
D | ChangeLog-2010-05-24 | 11709 (WTF::TCMalloc_ThreadCache::InitModule):
|