Home
last modified time | relevance | path

Searched refs:ElfAllocator (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/host-tools/ndk-stack/elff/
Delf_alloc.cc21 ElfAllocator::ElfAllocator() in ElfAllocator() function in ElfAllocator
25 ElfAllocator::~ElfAllocator() { in ~ElfAllocator()
34 void* ElfAllocator::alloc(size_t size) { in alloc()
Delf_alloc.h78 class ElfAllocator {
81 ElfAllocator();
84 ~ElfAllocator();
Delf_file.h86 class ElfAllocator* allocator() const { in allocator()
520 class ElfAllocator* allocator_;
Delf_file.cc148 allocator_ = new ElfAllocator(); in initialize()