Back to Netdata

Circular Buffer

src/libnetdata/circular_buffer/README.md

2.10.3240 B
Original Source

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.