#include <util.h>
変数 | |
| 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  | |
| struct _bmalloc_base * | next | 
| Link to next data, NULL if no more  | |
 1.5.4