rapido
|
A growing and cycling byte buffer. More...
#include <rapido.h>
Data Fields | |
size_t | capacity |
size_t | size |
size_t | front_index |
size_t | back_index |
uint8_t * | data |
A growing and cycling byte buffer.
Due to cycling, the buffer can allocate or return a smaller memory zone than wanted.