Login
From:
Ziggit
(Uncensored)
subscribe
Zalloc, replace malloc and friends with a zig allocator in your c code - Showcase - Ziggit
https://ziggit.dev/t/zalloc-replace-malloc-and-friends-with-a-zig-allocator-in-your-c-code/11073
links
backlinks
Roast topics
Find topics
Find it!
This library overwrites malloc, realloc, calloc and free in a c module with functions that call into a zig allocator. Perhaps it is a really stupid idea but I thought it would be fun.