Searched refs:AllocationMap (Results 1 – 2 of 2) sorted by relevance
105 using AllocationMap = allocator::map<Range, AllocationInfo, compare_range>; variable106 AllocationMap allocations_;
95 AllocationMap::iterator it = allocations_.find(Range{value, value + 1}); in WordContainsAllocationPtr()