Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/wtf/
DFastMalloc.cpp956 static const size_t kAllocIncrement = 32 << 10; member in WTF::PageHeapAllocator
977 ASSERT(kAlignedSize <= kAllocIncrement); in Init()
994 char* new_allocation = reinterpret_cast<char*>(MetaDataAlloc(kAllocIncrement)); in New()
1001 free_avail_ = kAllocIncrement - kAlignedSize; in New()
1025 recorder.recordRegion(adminAllocation, kAllocIncrement); in recordAdministrativeRegions()