Comment on A single-file C allocator with explicit heaps and tuning knobsparentComments−dnautics5mo<semi-self-promotion> Not only that, since there is a super-standard std allocator api, it makes itself very amenable to memory safety analysis, as long as you don't sneakily implement allocations outside of that api.https://github.com/ityonemo/clr−lstodd5moNow this is very interesting. Thank you for sharing.−dnautics5mothanks. i pretty much have it running in the background (watching it vibecode carefully) while im doing other work.
Comments
<semi-self-promotion> Not only that, since there is a super-standard std allocator api, it makes itself very amenable to memory safety analysis, as long as you don't sneakily implement allocations outside of that api.
https://github.com/ityonemo/clr
Now this is very interesting. Thank you for sharing.
thanks. i pretty much have it running in the background (watching it vibecode carefully) while im doing other work.