C++ and D @ stackoverflow

Walter Bright newshound1 at digitalmars.com
Sat Jun 12 13:53:34 PDT 2010


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.


More information about the Digitalmars-d mailing list