Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/wtf/
DFastMalloc.cpp508 template <typename T> class PageHeapAllocator;
524 …alloc_ThreadCache**, TCMalloc_Central_FreeListPadded*, PageHeapAllocator<Span>*, PageHeapAllocator
537 PageHeapAllocator<Span>* m_spanAllocator;
538 PageHeapAllocator<TCMalloc_ThreadCache>* m_pageHeapAllocator;
994 class PageHeapAllocator { class
1140 static PageHeapAllocator<Span> span_allocator;
1220 static PageHeapAllocator<StackTrace> stacktrace_allocator;
2556 static PageHeapAllocator<TCMalloc_ThreadCache> threadheap_allocator;
4535 PageHeapAllocator<Span>* spanAllocator = memoryReader(mzone->m_spanAllocator); in CreateCacheIfNecessary()
4536PageHeapAllocator<TCMalloc_ThreadCache>* pageHeapAllocator = memoryReader(mzone->m_pageHeapAllocat… in CreateCacheIfNecessary()
[all …]
/external/webkit/Source/JavaScriptCore/
DChangeLog-2009-06-1610096 …Memory is allocated via MetaDataAlloc from two locations: PageHeapAllocator, and TCMalloc_PageMap{…
10099PageHeapAllocator is extended to keep a linked list of memory regions that it has allocated. The
10101 … the administrative regions of a PageHeapAllocator we can simply walk the linked list and record
10114 (WTF::PageHeapAllocator::Init):
10115 (WTF::PageHeapAllocator::New):
10116 (WTF::PageHeapAllocator::recordAdministrativeRegions):
19950 (WTF::PageHeapAllocator::New):
DChangeLog-2011-02-16963 …(WTF::PageHeapAllocator::recordAdministrativeRegions): Use the new helper function to walk the lin…
16331 (WTF::PageHeapAllocator::New):
18689 (WTF::PageHeapAllocator::New):
18828 (WTF::PageHeapAllocator::New):
DChangeLog-2007-10-1417045 (KXMLCore::PageHeapAllocator::Init):
17046 (KXMLCore::PageHeapAllocator::New):
17047 (KXMLCore::PageHeapAllocator::Delete):
17048 (KXMLCore::PageHeapAllocator::inuse):