- Massachusetts, USA
- http://trurl.freeshell.org/
- Joined on
2024-09-22
Block a user
memory: replace most of memory.c with Rust mem
I merged this into another branch to get all the wmalloc/wfree fixes and pulled it in with #2. Thanks again!
Fix immediate Window Maker crashes due to new memory management patterns
Fix immediate Window Maker crashes due to new memory management patterns
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…