#include <util.h>
_bmalloc_baseのコラボレーション図
変数 | |
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. |