roodletoof
20cac1737e
use special valgrind option to detect memory leaks
...
I am hoping that this task fails now
2025-10-11 03:18:34 +02:00
roodletoof
3e80bd2cfd
with_borrow macros
...
this allows for scope-based heap allocations. There is one limitation.
You cannot use the return keyword inside the following block. This trick
uses dark macro magic :)
2025-10-10 20:13:15 +02:00
roodletoof
6e3211ab49
fix constant issue, and make running of test program dependent on successful build
2025-10-09 21:17:29 +02:00
roodletoof
a20833f4ee
borrow allocator implementation
2025-10-08 22:16:31 +02:00
roodletoof
6ffbc05f52
some small progress on the borrow allocator
2025-10-07 20:38:19 +02:00
roodletoof
4463c6a7c5
WIP borrow allocator
2025-10-06 22:26:08 +02:00
roodletoof
6374c47a62
some buffer allocator progress
2025-10-05 20:14:47 +02:00
roodletoof
e585134339
add KB, MB and GB macros
2025-10-04 20:55:15 +02:00
roodletoof
a99f159a8e
started work on buffer allocator interface
2025-10-04 00:42:16 +02:00
roodletoof
8ada613a3e
retab
2025-10-03 20:55:18 +02:00
roodletoof
5fed6d24d8
std_allocator and testing
2025-10-03 20:21:27 +02:00
roodletoof
fb129ac32f
initial
...
an interface definition of an allocator, along with a simple
implementation that just re-exposes the default malloc, realloc and free
functions
2025-09-30 20:48:51 +02:00