Searched refs:aligned_size_in_bytes (Results 1 – 2 of 2) sorted by relevance
527 int aligned_size_in_bytes = size_in_bytes + filler_size; in AllocateRawAligned() local529 if (allocation_info_.limit() - top < aligned_size_in_bytes) { in AllocateRawAligned()537 aligned_size_in_bytes = size_in_bytes + filler_size; in AllocateRawAligned()541 allocation_info_.set_top(top + aligned_size_in_bytes); in AllocateRawAligned()
1751 int aligned_size_in_bytes = size_in_bytes + filler_size; in AllocateChunk() local1753 if (old_top + aligned_size_in_bytes > high) { in AllocateChunk()1766 DCHECK(old_top + aligned_size_in_bytes <= high); in AllocateChunk()1773 Address new_top = old_top + aligned_size_in_bytes; in AllocateChunk()1776 UpdateInlineAllocationLimit(aligned_size_in_bytes); in AllocateChunk()