Arena data struct.
More...
#include <arena_template.h>
|
|
size_t | buf_len |
| | Underlying buffer length.
|
| |
|
size_t | prev_offset |
| | Previous offset relative to buf_ptr.
|
| |
|
size_t | curr_offset |
| | Current offset relative to buf_ptr.
|
| |
|
unsigned char * | buf_ptr |
| | Underlying buffer pointer.
|
| |
Arena data struct.
- Examples
- arena_example.c.
The documentation for this struct was generated from the following file: