Commit Graph

5 Commits

Author SHA1 Message Date
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