Home
last modified time | relevance | path

Searched refs:allocator_ (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/host-tools/ndk-stack/elff/
Delf_file.cc46 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()
Delf_file.h87 return allocator_; in allocator()
520 class ElfAllocator* allocator_; variable