Searched defs:MapleAllocatorAdapter (Results 1 – 1 of 1) sorted by relevance
32 class MapleAllocatorAdapter; // circular dependency exists, no other choice variable67 friend class MapleAllocatorAdapter; variable111 class MapleAllocatorAdapter; // circular dependency exists, no other choice variable217 …explicit MapleAllocatorAdapter(MapleAllocator &currMapleAllocator) : mapleAllocator(&currMapleAllo… in MapleAllocatorAdapter() function220 …MapleAllocatorAdapter(const MapleAllocatorAdapter<U> &other) : mapleAllocator(other.mapleAllocator) in MapleAllocatorAdapter() function249 …explicit MapleAllocatorAdapter(MapleAllocator &currMapleAllocator) : mapleAllocator(&currMapleAllo… in MapleAllocatorAdapter() function252 …MapleAllocatorAdapter(const MapleAllocatorAdapter<U> &other) : mapleAllocator(other.mapleAllocator) in MapleAllocatorAdapter() function