Searched defs:MapAllocator (Results 1 – 2 of 2) sorted by relevance
88 typedef MachineLoopRange::Allocator MapAllocator; typedef
586 MapAllocator() : arena_(NULL) {} in MapAllocator() function587 explicit MapAllocator(Arena* arena) : arena_(arena) {} in MapAllocator() function589 MapAllocator(const MapAllocator<X>& allocator) in MapAllocator() function658 friend class MapAllocator; variable