Collaboration diagram for _linked_buffer:

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. | |
Definition at line 53 of file mybmalloc.c.
1.5.0