BMALLOC_BASE Struct Reference

Information of allocated memory block for mybmalloc(). More...

#include <util.h>


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.
struct _bmalloc_base * next
 Link to next data, NULL if no more.


Detailed Description

Information of allocated memory block for mybmalloc().

Definition at line 53 of file util.h.


The documentation for this struct was generated from the following file:
Generated on Tue Dec 18 16:02:14 2007 for Julius by  doxygen 1.5.4