roodletoof
d4451196f6
some progress on the arena allocator
2025-11-18 21:54:38 +01:00
roodletoof
c240443828
rename allocator to cig
2025-10-11 03:31:23 +02:00
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
86d5110b0b
minor changes to tests
2025-10-10 20:31:20 +02:00
roodletoof
c5d6d2ff08
add todo message
...
something is wrong with the allocation detection???
2025-10-10 20:18:19 +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
a20833f4ee
borrow allocator implementation
2025-10-08 22:16:31 +02:00