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

/external/qemu/elff/
H A Delf_alloc.h14 * Contains declaration of class ElfAllocator, that implements memory
38 /* Describes a chunk of memory, allocated by ElfAllocator.
45 /* Previous chunk in the chain of chunks allocated by ElfAllocator instance.
46 * For better allocation performance, ElfAllocator keeps its list of
80 class ElfAllocator { class
82 /* Constructs ElfAllocator instance. */
83 ElfAllocator();
85 /* Destructs ElfAllocator instance. */
86 ~ElfAllocator();
106 /* Base class for all WDARF objects that will use ElfAllocator clas
[all...]
H A Delf_alloc.cc14 * Contains implementation of class ElfAllocator, that implements memory
21 ElfAllocator::ElfAllocator() function in class:ElfAllocator
25 ElfAllocator::~ElfAllocator() {
34 void* ElfAllocator::alloc(size_t size) {
H A Delf_file.h86 class ElfAllocator* allocator() const {
520 class ElfAllocator* allocator_;
H A Delf_file.cc143 allocator_ = new ElfAllocator();

Completed in 53 milliseconds