Home | History | Annotate | Download | only in heap

Lines Matching refs:aligned_base

144   Address aligned_base = RoundUp(base, MemoryChunk::kAlignment);
145 size_t size = code_range_->size() - (aligned_base - base) - reserved_area;
146 allocation_list_.Add(FreeBlock(aligned_base, size));