Searched refs:MetaDataAlloc (Results 1 – 3 of 3) sorted by relevance
985 static void* MetaDataAlloc(size_t bytes) { in MetaDataAlloc() function1035 char* new_allocation = reinterpret_cast<char*>(MetaDataAlloc(kAllocIncrement)); in New()1487 pagemap_.init(MetaDataAlloc); in init()
10092 … allocated via MetaDataAlloc should in fact be recorded. This was causing memory regions allocated10093 …via MetaDataAlloc to appear as "VM_ALLOCATE ?" in vmmap output. They are now correctly reported as10096 …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…
17044 (KXMLCore::MetaDataAlloc):