quakeforge/libs/console/test
Bill Currie 48e5848a41 [console] Rework con_buffer ring buffers to have gaps
I really don't know why I tried to do ring-buffers without gaps, the
code complication is just not worth the tiny savings in memory. In fact,
just the switch from pointers to 32-bit offsets saves more memory than
not having gaps (on 64-bit systems, no change on 32-bit).
2022-09-18 11:35:09 +09:00
..
Makemodule.am [console] Add failing unit test for con_buffer 2022-09-17 12:59:36 +09:00
test-buffer.c [console] Rework con_buffer ring buffers to have gaps 2022-09-18 11:35:09 +09:00