#include <objalloc.h>
Data Fields | |
| char * | current_ptr |
| unsigned int | current_space |
| PTR | chunks |
| void * | chunks |
Definition at line 44 of file objalloc.h.
| char * objalloc::current_ptr |
Definition at line 46 of file objalloc.h.
Referenced by _objalloc_alloc(), objalloc_create(), and objalloc_free_block().
| unsigned int objalloc::current_space |
Definition at line 47 of file objalloc.h.
Referenced by _objalloc_alloc(), objalloc_create(), and objalloc_free_block().
Definition at line 48 of file objalloc.h.
Referenced by _objalloc_alloc(), objalloc_create(), objalloc_free(), and objalloc_free_block().
Definition at line 48 of file objalloc.h.
1.5.6