cog/Audio/ThirdParty/VirtualRingBuffer
Christopher Snowhill 476c88973b Ring Buffer: Replace virtual buffers
Replace individual virtual buffers with large _mm_malloc blocks at a
time, then dole out chunks of those buffers as the nodes need them.
Should reduce memory contention a little bit.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2022-01-29 21:32:59 -08:00
..
VirtualRingBuffer.h Cog Audio: Change for recursive lock, fixing a deadlock on buffer resets 2022-01-23 19:50:01 -08:00
VirtualRingBuffer.m Ring Buffer: Replace virtual buffers 2022-01-29 21:32:59 -08:00