mirror of
https://github.com/LMMS/lmms.git
synced 2026-06-09 06:36:35 -04:00
MemoryPool maintains a free list of pre-allocated entries stored in a libcds MPMC Queue. In contrast to LocklessAllocator, it's a lot faster, less (and less complex) code to maintain for us and it doesn't fail when it's full.
6.2 KiB
6.2 KiB