Would it be possible to export GC.malloc(...) as a C function in a DLL, to use as a garbage collected memory allocator for C ? Or does the garbage collector not scan outside the boundaries of the DLL?
/Robert Persson, Sweden
Would it be possible to export GC.malloc(...) as a C function in a DLL, to use as a garbage collected memory allocator for C ? Or does the garbage collector not scan outside the boundaries of the DLL?
/Robert Persson, Sweden