data-structures-c
Loading...
Searching...
No Matches
arena Struct Reference

Arena data struct. More...

#include <arena_template.h>

Public Attributes

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.

Detailed Description

Arena data struct.

Examples
arena_example.c, fhashtable_example.c, and list_example.c.

The documentation for this struct was generated from the following file: