|
C Everything
This is a C repository containing a curated set of generic data structures and algorithm.
|
#include <memory_manager.h>
Data Fields | |
| t_mem_record * | mem_record |
| int | alloc_count |
| int | free_count |
Definition at line 23 of file memory_manager.h.
| int alloc_count |
Definition at line 25 of file memory_manager.h.
| int free_count |
Definition at line 26 of file memory_manager.h.
| t_mem_record* mem_record |
Definition at line 24 of file memory_manager.h.