Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/wtf/
DFastMalloc.cpp1008 void* allocated_regions_; member in WTF::PageHeapAllocator
1020 allocated_regions_ = 0; in Init()
1039 *reinterpret_cast_ptr<void**>(new_allocation) = allocated_regions_; in New()
1040 allocated_regions_ = new_allocation; in New()
1064 …for (void* adminAllocation = allocated_regions_; adminAllocation; adminAllocation = reader.nextEnt… in recordAdministrativeRegions()