What's the D way of allocating memory?

Gary Willoughby dev at nomad.so
Wed Aug 7 08:21:55 PDT 2013


What's the D way of allocating memory? Do you guys just use 
malloc() and free()? Or are there functions in phobos that should 
be used? I just need a buffer of variable length allocating every 
now and then.


More information about the Digitalmars-d-learn mailing list