Searched refs:aligned_size_in_bytes (Results 1 – 2 of 2) sorted by relevance
399 int aligned_size_in_bytes = size_in_bytes + filler_size; in AllocateRawAligned() local402 static_cast<uintptr_t>(aligned_size_in_bytes)) { in AllocateRawAligned()410 aligned_size_in_bytes = size_in_bytes + filler_size; in AllocateRawAligned()414 allocation_info_.set_top(top + aligned_size_in_bytes); in AllocateRawAligned()
2365 int aligned_size_in_bytes = size_in_bytes + filler_size; in AllocateChunk() local2367 if (old_top + aligned_size_in_bytes > high) { in AllocateChunk()2378 DCHECK(old_top + aligned_size_in_bytes <= high); in AllocateChunk()2385 Address new_top = old_top + aligned_size_in_bytes; in AllocateChunk()2388 UpdateInlineAllocationLimit(aligned_size_in_bytes); in AllocateChunk()