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

Pool struct. More...

#include <pool.h>

Public Attributes

size_t buf_len
 Underlying buffer length.
 
size_t chunk_size
 Chunk size.
 
unsigned char * buf_ptr
 Underlying buffer.
 
struct pool_free_nodehead_ptr
 Pointer to head node.
 

Detailed Description

Pool struct.


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