Hi All! Does GC scan manually allocated memory?I want to use huge manually allocated hash tables and I don't want to GC scan them because performance reasons.Best regards, Ilya
GC does not scan memory allocated with malloc from core.stdc.
Hi All! Does GC scan manually allocated memory?I want to use huge manually allocated hash tables and I don't want to GC scan them because performance reasons.Best regards, Ilya
GC does not scan memory allocated with malloc from core.stdc.