#include <util.h>
Collaboration diagram for _bmalloc_base:

Data Fields | |
| void * | base | 
| Pointer to the actually allocated memory block.  | |
| char * | now | 
| Start Pointer of Currently assigned area.  | |
| char * | end | 
| End Pointer of Currently assigned area.  | |
| _bmalloc_base * | next | 
| Link to next data, NULL if no more.  | |
Definition at line 52 of file util.h.
 1.5.0