Embed Notice
HTML Code
Corresponding Notice
- Embed this notice
Fish of Rage (sun@shitposter.world)'s status on Friday, 24-Jan-2025 10:06:46 JST Fish of Rage
@segfault the reason I am using malloc instead of a zig allocator is that 1. the c library calls malloc itself so I need to link to it anyway and 2. I don't want to write a full zig allocator that has malloc. this is an embedded device so I don't have stdlb I have a stub version of malloc that will probably kill me later