Searched defs:AllocationMap (Results 1 – 3 of 3) sorted by relevance
120 typedef std::map<lldb::addr_t, Allocation> AllocationMap; typedef
23 using AllocationMap = DenseMap<unsigned, sys::MemoryBlock>; in allocate() typedef
334 using AllocationMap = DenseMap<unsigned, sys::MemoryBlock>; variable