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

Arena data struct. More...

#include <arena.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.


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