Searched refs:allocator_ (Results 1 – 2 of 2) sorted by relevance
46 allocator_(NULL), in ElfFile()76 if (allocator_ != NULL) { in ~ElfFile()77 delete allocator_; in ~ElfFile()148 allocator_ = new ElfAllocator(); in initialize()149 assert(allocator_ != NULL); in initialize()150 if (allocator_ == NULL) { in initialize()
87 return allocator_; in allocator()520 class ElfAllocator* allocator_; variable