index
:
clib
c
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mempool
Age
Commit message (
Collapse
)
Author
23 hours
null instead of 0
3gg
2025-06-30
Tidy
3gg
2025-06-30
Use nullptr
3gg
2025-06-30
Fix: set num used blocks to 0 on clear
3gg
2025-06-30
Update README
3gg
2025-06-30
Use nullptr
3gg
2024-09-16
Upgrade minimum cmake version.
3gg
2024-09-16
Fix comparison.
3gg
2024-03-09
Define functions to get the number of used blocks.
3gg
2024-02-13
Let memory allocators trap by default when attempting to allocate beyond ↵
3gg
capacity.
2023-07-17
Add used list to mempool; fix mem iteration.
3gg
2023-07-16
Fix mem and mempool iteration.
3gg
2023-07-16
Add function to query pool capacity.
3gg
2023-07-13
Add a free list to mempool.
3gg
2023-07-13
Add tests for dyn and clear.
3gg
2023-07-13
Add mem allocator, remove listpool.
3gg
2023-07-11
Add support for dynamically allocated mempools.
3gg
2023-02-04
More compliance with C11.
3gg
2023-01-23
Clear block info on init and simplify next free block search.
3gg
2023-01-23
Format.
3gg
2023-01-07
Format.
3gg
2021-12-23
Lower cmake version to 3.0
Marc Sunet
2021-12-04
Initial commit.
3gg