Searched refs:kAllocatableMemory (Results 1 – 5 of 5) sorted by relevance
371 static const int kAllocatableMemory = kPageSize - kObjectStartOffset; variable655 static_assert(kMaxRegularHeapObjectSize <= MemoryChunk::kAllocatableMemory,1226 : Page::kAllocatableMemory; in PageAreaSize()1276 return (Available() / Page::kPageSize) * Page::kAllocatableMemory; in MaxAvailable()1790 static const size_t kMaxBlockSize = Page::kAllocatableMemory;2423 return to_space_.pages_used() * Page::kAllocatableMemory + in Size()2433 Page::kAllocatableMemory; in Capacity()2482 allocated += Page::kAllocatableMemory; in AllocatedSinceLastGC()
217 SLOW_DCHECK(object_size <= Page::kAllocatableMemory); in EvacuateObject()
193 DCHECK(page->area_size() <= kAllocatableMemory); in Initialize()
962 DCHECK_EQ(size, static_cast<size_t>(MemoryChunk::kAllocatableMemory)); in AllocateChunk()1620 Page::kAllocatableMemory, this, executable()); in AllocateChunk()1930 Page::kAllocatableMemory, this, executable()); in AllocateChunk()1987 Page::kAllocatableMemory, this, executable()); in AllocateChunk()
3044 return FLAG_page_promotion_threshold * Page::kAllocatableMemory / 100; in PageEvacuationThreshold()3045 return Page::kAllocatableMemory + kPointerSize; in PageEvacuationThreshold()