Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/wtf/
DFastMalloc.cpp997 static const size_t kAllocIncrement = 32 << 10; member in WTF::PageHeapAllocator
1018 ASSERT(kAlignedSize <= kAllocIncrement); in Init()
1035 char* new_allocation = reinterpret_cast<char*>(MetaDataAlloc(kAllocIncrement)); in New()
1042 free_avail_ = kAllocIncrement - kAlignedSize; in New()
1065 recorder.recordRegion(reinterpret_cast<vm_address_t>(adminAllocation), kAllocIncrement); in recordAdministrativeRegions()