Home | History | Annotate | Download | only in elff

Lines Matching defs:ElfAllocator

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
106 * ElfAllocator are derived from this one, as it provides compilation-time
122 * allocator, instantiated in ElfFile object (see ElfAllocator class).