https://issues.dlang.org/show_bug.cgi?id=3284
--- Comment #8 from Walter Bright <[email protected]> --- snn.lib uses the Win32 HeapAlloc and HeapFree routines for malloc/free: https://github.com/DigitalMars/dmc/blob/master/src/HEAP32/malloc.c#L22 --
d-bugmail--- via Digitalmars-d-bugs Wed, 18 Jan 2023 19:16:17 -0800
https://issues.dlang.org/show_bug.cgi?id=3284
--- Comment #8 from Walter Bright <[email protected]> --- snn.lib uses the Win32 HeapAlloc and HeapFree routines for malloc/free: https://github.com/DigitalMars/dmc/blob/master/src/HEAP32/malloc.c#L22 --