Julius 4.2
変数
構造体 BMALLOC_BASE

Information of allocated memory block for mybmalloc() [詳細]

#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.

説明

Information of allocated memory block for mybmalloc()

util.h53 行で定義されています。


この構造体の説明は次のファイルから生成されました: