Searched refs:commit_area_size (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/heap/ |
D | spaces.cc | 814 size_t commit_area_size, in AllocateChunk() argument 817 DCHECK_LE(commit_area_size, reserve_area_size); in AllocateChunk() 865 CodePageGuardStartOffset() + commit_area_size, GetCommitPageSize()); in AllocateChunk() 892 ZapBlock(base + CodePageAreaStartOffset(), commit_area_size, kZapValue); in AllocateChunk() 896 area_end = area_start + commit_area_size; in AllocateChunk() 901 ::RoundUp(MemoryChunk::kObjectStartOffset + commit_area_size, in AllocateChunk() 910 ZapBlock(base, Page::kObjectStartOffset + commit_area_size, kZapValue); in AllocateChunk() 914 area_end = area_start + commit_area_size; in AllocateChunk() 937 return AllocateChunk(reserve_area_size, commit_area_size, executable, in AllocateChunk()
|
D | spaces.h | 1422 MemoryChunk* AllocateChunk(size_t reserve_area_size, size_t commit_area_size,
|