aboutsummaryrefslogtreecommitdiff
path: root/mempool
AgeCommit message (Expand)Author
2024-03-09Define functions to get the number of used blocks.3gg
2024-02-13Let memory allocators trap by default when attempting to allocate beyond capa...3gg
2023-07-17Add used list to mempool; fix mem iteration.3gg
2023-07-16Fix mem and mempool iteration.3gg
2023-07-16Add function to query pool capacity.3gg
2023-07-13Add a free list to mempool.3gg
2023-07-13Add tests for dyn and clear.3gg
2023-07-13Add mem allocator, remove listpool.3gg
2023-07-11Add support for dynamically allocated mempools.3gg
2023-02-04More compliance with C11.3gg
2023-01-23Clear block info on init and simplify next free block search.3gg
2023-01-23Format.3gg
2023-01-07Format.3gg
2021-12-23Lower cmake version to 3.0Marc Sunet
2021-12-04Initial commit.3gg