Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/wtf/
DFastMalloc.cpp985 static void* MetaDataAlloc(size_t bytes) { in MetaDataAlloc() function
1035 char* new_allocation = reinterpret_cast<char*>(MetaDataAlloc(kAllocIncrement)); in New()
1487 pagemap_.init(MetaDataAlloc); in init()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2009-06-1610092 … allocated via MetaDataAlloc should in fact be recorded. This was causing memory regions allocated
10093 …via MetaDataAlloc to appear as "VM_ALLOCATE ?" in vmmap output. They are now correctly reported as
10096 …Memory is allocated via MetaDataAlloc from two locations: PageHeapAllocator, and TCMalloc_PageMap{…
10104 …TCMalloc_PageMaps allocate memory via MetaDataAlloc to store each level of the radix tree. To rec…
DChangeLog-2007-10-1417044 (KXMLCore::MetaDataAlloc):