Searched refs:aligned_current_offset (Results 1 – 1 of 1) sorted by relevance
68 size_t aligned_current_offset = AlignTo(alignment, current_offset); in Allocate() local71 if (aligned_current_offset + size <= alloc.offset && in Allocate()72 alloc.offset - aligned_current_offset < best_offset_fit) { in Allocate()73 best_offset = aligned_current_offset; in Allocate()