|
MP-Gadget
5.0.1.dev1-76bc7d4726-dirty
|
Public Attributes | |
| char | magic [8] |
| Allocator * | alloc |
| char * | ptr |
| char * | self |
| size_t | size |
| size_t | request_size |
| char | name [127] |
| int | dir |
| char | annotation [] |
| Allocator* BlockHeader::alloc |
Definition at line 13 of file memory.c.
Referenced by allocator_alloc(), allocator_alloc_va(), allocator_dealloc(), allocator_destroy(), allocator_free(), allocator_get_free_size(), allocator_get_used_size(), allocator_iter_next(), allocator_iter_start(), allocator_print(), and allocator_realloc_int().
| char BlockHeader::annotation[] |
Definition at line 20 of file memory.c.
Referenced by allocator_alloc_va(), allocator_free(), allocator_iter_next(), and allocator_realloc_int().
| int BlockHeader::dir |
Definition at line 19 of file memory.c.
Referenced by allocator_alloc(), allocator_alloc_va(), allocator_dealloc(), allocator_get_used_size(), allocator_iter_next(), and allocator_realloc_int().
| char BlockHeader::magic[8] |
Definition at line 12 of file memory.c.
Referenced by allocator_alloc_va(), and is_header().
| char BlockHeader::name[127] |
Definition at line 18 of file memory.c.
Referenced by allocator_alloc_va(), allocator_free(), allocator_iter_next(), and allocator_realloc_int().
| char* BlockHeader::ptr |
Definition at line 14 of file memory.c.
Referenced by allocator_alloc_va(), allocator_dealloc(), allocator_free(), allocator_iter_next(), and allocator_realloc_int().
| size_t BlockHeader::request_size |
Definition at line 17 of file memory.c.
Referenced by allocator_alloc(), allocator_alloc_va(), allocator_iter_next(), and allocator_realloc_int().
| char* BlockHeader::self |
Definition at line 15 of file memory.c.
Referenced by allocator_alloc_va(), allocator_dealloc(), and allocator_realloc_int().
| size_t BlockHeader::size |
Definition at line 16 of file memory.c.
Referenced by allocator_alloc_va(), allocator_dealloc(), allocator_iter_next(), and allocator_realloc_int().