Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/wtf/
DFastMalloc.cpp2556 static PageHeapAllocator<TCMalloc_ThreadCache> threadheap_allocator; variable
3026 threadheap_allocator.Init(); in InitModule()
3045 TCMalloc_ThreadCache *heap = threadheap_allocator.New(); in NewHeap()
3221 threadheap_allocator.Delete(heap); in CreateCacheIfNecessary()
3343 uint64_t(threadheap_allocator.inuse()), in CreateCacheIfNecessary()
4618 …tic_cast<TCMalloc_Central_FreeListPadded*>(central_cache), &span_allocator, &threadheap_allocator); in CreateCacheIfNecessary()