Searched refs:commit_area_size (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/heap/ |
D | spaces.cc | 637 size_t commit_area_size, in AllocateChunk() argument 640 DCHECK_LE(commit_area_size, reserve_area_size); in AllocateChunk() 692 size_t commit_size = RoundUp(CodePageGuardStartOffset() + commit_area_size, in AllocateChunk() 722 ZapBlock(base + CodePageAreaStartOffset(), commit_area_size); in AllocateChunk() 726 area_end = area_start + commit_area_size; in AllocateChunk() 731 RoundUp(MemoryChunk::kObjectStartOffset + commit_area_size, in AllocateChunk() 740 ZapBlock(base, Page::kObjectStartOffset + commit_area_size); in AllocateChunk() 744 area_end = area_start + commit_area_size; in AllocateChunk() 767 return AllocateChunk(reserve_area_size, commit_area_size, executable, in AllocateChunk()
|
D | spaces.h | 1272 MemoryChunk* AllocateChunk(size_t reserve_area_size, size_t commit_area_size,
|