Circular buffer
Appearance
A circular buffer or ring buffer is a section of memory that when the end is reached, the pointer is brought to the beginning of the allocation, instead of extending the allocation.
A circular buffer or ring buffer is a section of memory that when the end is reached, the pointer is brought to the beginning of the allocation, instead of extending the allocation.