Searched refs:ElfAllocator (Results 1 – 4 of 4) sorted by relevance
21 ElfAllocator::ElfAllocator() in ElfAllocator() function in ElfAllocator25 ElfAllocator::~ElfAllocator() { in ~ElfAllocator()34 void* ElfAllocator::alloc(size_t size) { in alloc()
78 class ElfAllocator {81 ElfAllocator();84 ~ElfAllocator();
86 class ElfAllocator* allocator() const { in allocator()520 class ElfAllocator* allocator_;
148 allocator_ = new ElfAllocator(); in initialize()