HomeSort by relevance Sort by last modified time
    Searched defs:ElfAllocator (Results 1 - 4 of 4) sorted by null

  /external/qemu/elff/
elf_alloc.cc 14 * Contains implementation of class ElfAllocator, that implements memory
21 ElfAllocator::ElfAllocator()
25 ElfAllocator::~ElfAllocator() {
34 void* ElfAllocator::alloc(size_t size) {
elf_alloc.h 14 * Contains declaration of class ElfAllocator, that implements memory
36 /* Describes a chunk of memory, allocated by ElfAllocator.
43 /* Previous chunk in the chain of chunks allocated by ElfAllocator instance.
44 * For better allocation performance, ElfAllocator keeps its list of
78 class ElfAllocator {
80 /* Constructs ElfAllocator instance. */
81 ElfAllocator();
83 /* Destructs ElfAllocator instance. */
84 ~ElfAllocator();
104 /* Base class for all WDARF objects that will use ElfAllocator class for
    [all...]
  /ndk/sources/host-tools/ndk-stack/elff/
elf_alloc.cc 14 * Contains implementation of class ElfAllocator, that implements memory
21 ElfAllocator::ElfAllocator()
25 ElfAllocator::~ElfAllocator() {
34 void* ElfAllocator::alloc(size_t size) {
elf_alloc.h 14 * Contains declaration of class ElfAllocator, that implements memory
36 /* Describes a chunk of memory, allocated by ElfAllocator.
43 /* Previous chunk in the chain of chunks allocated by ElfAllocator instance.
44 * For better allocation performance, ElfAllocator keeps its list of
78 class ElfAllocator {
80 /* Constructs ElfAllocator instance. */
81 ElfAllocator();
83 /* Destructs ElfAllocator instance. */
84 ~ElfAllocator();
104 /* Base class for all WDARF objects that will use ElfAllocator class fo
    [all...]

Completed in 151 milliseconds