_linked_buffer Struct Reference
Linked data structure to hold malloced areas.
More...
Collaboration diagram for _linked_buffer:
[legend]
|
Data Fields |
unsigned long | size |
| Size of the area.
|
char * | buffer |
| Pointer to the area.
|
char * | nowp |
| Pointer to the current point.
|
_linked_buffer * | next |
| 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:19:53 2006 for Julius by
1.4.2