Data structure to hold memory allocation detail. More...
#include <memory.h>
Data Fields | |
struct ntg_memkeeper_ * | next |
struct ntg_memkeeper_ * | prev |
void * | mem |
int | index |
size_t | bytes |
int | reference_count |
Data structure to hold memory allocation detail.
size_t ntg_memkeeper_::bytes |
Referenced by ntg_alloc(), ntg_free(), and ntg_realloc().
Referenced by ntg_alloc(), ntg_find_memkeeper(), ntg_free(), and ntg_sweep_allocation_table().
void* ntg_memkeeper_::mem |
Referenced by ntg_alloc(), ntg_find_memkeeper(), ntg_free(), ntg_realloc(), and ntg_sweep_allocation_table().
struct ntg_memkeeper_* ntg_memkeeper_::next [read] |
Referenced by ntg_alloc(), ntg_find_memkeeper(), and ntg_free().
struct ntg_memkeeper_* ntg_memkeeper_::prev [read] |
Referenced by ntg_alloc(), and ntg_free().
Referenced by ntg_alloc(), ntg_free(), ntg_kill_alias(), and ntg_make_alias().