https://issues.dlang.org/show_bug.cgi?id=3284 --- Comment #8 from Walter Bright <bugzilla at digitalmars.com> --- snn.lib uses the Win32 HeapAlloc and HeapFree routines for malloc/free: https://github.com/DigitalMars/dmc/blob/master/src/HEAP32/malloc.c#L22 --