Searched refs:commit_area_size (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/heap/ |
D | spaces.cc | 653 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()
|
D | spaces.h | 1289 MemoryChunk* AllocateChunk(size_t reserve_area_size, size_t commit_area_size,
|