![]() |
2 лет назад | |
---|---|---|
.. | ||
Makefile.am | 4 лет назад | |
README.md | 2 лет назад | |
circular_buffer.c | 2 лет назад | |
circular_buffer.h | 2 лет назад |
struct circular_buffer
is an adaptive circular buffer. It will start at an initial size
and grow up to a maximum size as it fills. Two indices within the structure track the current
read
and write
position for data.