A state-of-the-art multithreading runtime: message-passing based, fast, scalable, ultra-low overhead
541
stars
21
forks
source link
windows aligned_alloc in allocs.nim have different params order compared to docs and malloc.h #162
Closed
jangko closed 3 years ago
The position of
alignment
andsize
are swapped. Although the generated ABI is identical, but the meaning of the value is of course totally different.