- Massachusetts, USA
- http://trurl.freeshell.org/
- Joined on
2024-09-22
Block a user
trurl
created branch refactor/wutil-rs-fix-memory-fn-calls in trurl/wmaker
2025-10-25 01:55:44 -04:00
memory: replace most of memory.c with Rust mem
I'm merging this into another branch and will open a PR for that to the main repo, under refactor/wutil-rs.
When you went in and updated calls to malloc/free, did you also look at XFree? That…
memory: replace most of memory.c with Rust mem
Thank you!
(We're already talking about this elsewhere, but commenting for posterity.)
I had already taken a different approach to writing an allocator (adding a header to each alloc'd…