plibsys 0.0.5
|
Memory management table. More...
#include <pmem.h>
Data Fields | |
ppointer(* | f_malloc )(psize n_bytes) |
malloc() implementation. | |
ppointer(* | f_realloc )(ppointer mem, psize n_bytes) |
realloc() implementation. | |
void(* | f_free )(ppointer mem) |
free() implementation. | |
void(* PMemVTable_::f_free) (ppointer mem) |