Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/wtf/
DFastMalloc.cpp2432 static PageHeapAllocator<TCMalloc_ThreadCache> threadheap_allocator; variable
2896 threadheap_allocator.Init(); in InitModule()
2915 TCMalloc_ThreadCache *heap = threadheap_allocator.New(); in NewHeap()
3087 threadheap_allocator.Delete(heap); in CreateCacheIfNecessary()
3209 uint64_t(threadheap_allocator.inuse()), in CreateCacheIfNecessary()
4419 …tic_cast<TCMalloc_Central_FreeListPadded*>(central_cache), &span_allocator, &threadheap_allocator); in CreateCacheIfNecessary()