Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/wtf/
DFastMalloc.cpp1102 static PageHeapAllocator<Span> span_allocator; variable
1104 Span* result = span_allocator.New(); in NewSpan()
1119 span_allocator.Delete(span); in DeleteSpan()
2897 span_allocator.Init(); in InitModule()
2898 span_allocator.New(); // Reduce cache conflicts in InitModule()
2899 span_allocator.New(); // Reduce cache conflicts in InitModule()
3208 uint64_t(span_allocator.inuse()), in CreateCacheIfNecessary()
4419 …eaps, static_cast<TCMalloc_Central_FreeListPadded*>(central_cache), &span_allocator, &threadheap_a… in CreateCacheIfNecessary()