Brad Roberts wrote:
Or, even better:import core.memory; void* m = GC.malloc(size);
The idea was to not use the gc, instead explicitly manage the block of memory.
Brad Roberts wrote:
Or, even better:import core.memory; void* m = GC.malloc(size);
The idea was to not use the gc, instead explicitly manage the block of memory.