Skip to main content

Circular Buffer

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.


Do you have any feedback for this page? If so, you can open a new issue on our netdata/learn repository.