Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/wtf/
DFastMalloc.cpp1023 vm_address_t adminAllocation = reinterpret_cast<vm_address_t>(allocated_regions_); in recordAdministrativeRegions() local
1024 while (adminAllocation) { in recordAdministrativeRegions()
1025 recorder.recordRegion(adminAllocation, kAllocIncrement); in recordAdministrativeRegions()
1026 adminAllocation = *reader(reinterpret_cast<vm_address_t*>(adminAllocation)); in recordAdministrativeRegions()