Home
last modified time | relevance | path

Searched refs:AllocationMap (Results 1 – 2 of 2) sorted by relevance

/system/memory/libmemunreachable/
DHeapWalker.h105 using AllocationMap = allocator::map<Range, AllocationInfo, compare_range>; variable
106 AllocationMap allocations_;
DHeapWalker.cpp95 AllocationMap::iterator it = allocations_.find(Range{value, value + 1}); in WordContainsAllocationPtr()