Searched refs:temp_info (Results 1 – 1 of 1) sorted by relevance
496 AllocationInfo temp_info; in Alloc() local497 temp_info.SetPrevFreeBytes(allocation_size); in Alloc()498 temp_info.SetByteSize(0, false); in Alloc()501 auto it = free_blocks_.lower_bound(&temp_info); in Alloc()