_bmalloc_base Struct Reference

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

#include <util.h>

Collaboration diagram for _bmalloc_base:

Collaboration graph
[legend]

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

Detailed Description

Information of allocated memory block for mybmalloc().

Definition at line 52 of file util.h.


The documentation for this struct was generated from the following file:
Generated on Tue Dec 26 16:18:30 2006 for Julius by  doxygen 1.5.0