Searched refs:compare_range (Results 1 – 3 of 3) sorted by relevance
43 struct compare_range { struct105 using AllocationMap = allocator::map<Range, AllocationInfo, compare_range>;
93 allocator::map<Range, LeakInfo, compare_range> leak_map_;
82 bool compare_range(VmaRange& a, VmaRange& b) { in compare_range() function95 std::sort(to_merge_ranges.begin(), to_merge_ranges.end(), compare_range); in merge_ranges()