On Saturday, 9 October 2021 at 10:44:30 UTC, Some Guy wrote:
On Friday, 8 October 2021 at 14:07:27 UTC, russhy wrote:https://run.dlang.io/is/S8uMbpMaybe this is kind of unrelated, but what is happening here and why does it work?It looks like you've replaced the GC's allocation functions with custom ones, but I couldn't find any documentation on how to do that.
Look in core.memory (https://github.com/dlang/druntime/blob/master/src/core/memory.d)