Searched refs:temp_chunk (Results 1 – 1 of 1) sorted by relevance
232 Chunk temp_chunk(nullptr, size); in AllocArena() local233 auto best_fit_iter = best_fit_allocs_.lower_bound(&temp_chunk); in AllocArena()236 best_fit_iter = best_fit_allocs_.lower_bound(&temp_chunk); in AllocArena()278 Chunk temp_chunk(range_begin, range_size); in FreeRangeLocked() local281 auto next_iter = free_chunks_.lower_bound(&temp_chunk); in FreeRangeLocked()