Main Page | Modules | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

_linked_buffer Struct Reference

Linked data structure to hold malloced areas. More...

Collaboration diagram for _linked_buffer:

Collaboration graph
[legend]

Data Fields

unsigned long size
 Size of the area.
char * buffer
 Pointer to the area.
char * nowp
 Pointer to the current point.
_linked_buffernext
 Link to the next data, NULL if last.

Detailed Description

Linked data structure to hold malloced areas.

Definition at line 53 of file mybmalloc.c.


The documentation for this struct was generated from the following file:
Generated on Tue Mar 28 16:03:48 2006 for Julius by  doxygen 1.4.2