Using `-d:useMalloc` fixes this, but once again, why? What is the default memory allocator for Nim if not malloc? When looking at the source code, I cannot find the difference between `allocShared` and `alloc`, is there one?
There is so much documentation missing and even browsing at the source code of the compiler, I don't understand.