Prevent Garbage Collector

Adam D. Ruppe destructionator at gmail.com
Sat Jan 4 09:22:43 PST 2014


On Saturday, 4 January 2014 at 17:19:30 UTC, Jeroen Bollen wrote:
> Do I get malloc from the C library or does D also have a 
> function for this?

import core.stdc.stdlib; // malloc and free are in here

it uses it from the C library but the standard c lib is easily 
accessible from D in the core.stdc package.


More information about the Digitalmars-d-learn mailing list