Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces.cc653 size_t commit_area_size, in AllocateChunk() argument
656 DCHECK_LE(commit_area_size, reserve_area_size); in AllocateChunk()
708 size_t commit_size = RoundUp(CodePageGuardStartOffset() + commit_area_size, in AllocateChunk()
738 ZapBlock(base + CodePageAreaStartOffset(), commit_area_size); in AllocateChunk()
742 area_end = area_start + commit_area_size; in AllocateChunk()
747 RoundUp(MemoryChunk::kObjectStartOffset + commit_area_size, in AllocateChunk()
756 ZapBlock(base, Page::kObjectStartOffset + commit_area_size); in AllocateChunk()
760 area_end = area_start + commit_area_size; in AllocateChunk()
783 return AllocateChunk(reserve_area_size, commit_area_size, executable, in AllocateChunk()
Dspaces.h1289 MemoryChunk* AllocateChunk(size_t reserve_area_size, size_t commit_area_size,