Join Nostr
2026-01-31 04:22:06 GMT

mos_8502 :verified: 🇨🇦 on Nostr: I think I've sorted my malloc() problem. It was, I think, to do with the silly ...

I think I've sorted my malloc() problem. It was, I think, to do with the silly Lisp-based config file format the linker uses to lay out stuff in memory, and how I had it wrong.

In any event, my static memory usage is now way less, 'cause I'm re-using memory as needed for the bigger allocations.