Data structure to hold memory allocation list and count. More...
#include <memory.h>
Data Fields | |
| ntg_memkeeper * | start |
| ntg_memkeeper * | end |
| int | allocation_count |
| int | free_count |
| int | sweeping |
Data structure to hold memory allocation list and count.
Referenced by _init(), and ntg_alloc().
Referenced by _init(), ntg_alloc(), and ntg_find_memkeeper().
Referenced by _init(), and ntg_free().
Referenced by _init(), ntg_alloc(), ntg_find_memkeeper(), ntg_free(), and ntg_sweep_allocation_table().
Referenced by _init(), and ntg_sweep_allocation_table().
1.6.1