Lines Matching full:dwarf
15 * allocations for DWARF objects.
29 /* Chunk size. Even on relatively small ELF files, there are a lot of DWARF
31 * consumption on cached DWARF objects may easily reach 640K, which makes
62 /* Encapsulates memory allocator for DWARF-related objects.
63 * Due to the implementation of ELF/DWARF framework in this library, data,
64 * collected during ELF/DWARF parsing stays in memory for as long, as instance
68 * provide DWARF objects with blocks of the required size inside those chunks.
70 * will use overwritten operators new/delete for the DWARF objects that use
72 * for DWARF object allocation implementation. See DwarfAllocBase for more
86 /* Allocates requested number of bytes for a DWARF object.