On Thu Sep 21 16:19:45 2023 +0000, Huw Davies wrote:
Is there any real reason for this? I'm not convinced the change is worth it (besides `on_heap` is a poor choice since even the constant strings are allocated from the heap).
To me it seems like an unnecessarily complicated approach to managing memory, but yes, I can convert riched20 to use CRT allocation functions without this change.