Files
lmms/cmake
Lukas W 1cd8e15942 Replace LocklessAllocator with new MemoryPool class
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.
2019-08-25 22:19:48 +02:00
..
2019-06-12 17:41:12 +09:00
2019-05-06 16:43:01 +09:00
2018-10-29 16:20:58 +09:00
2018-04-28 11:15:09 +02:00
2018-07-22 11:41:54 +02:00