|
Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript electronics |
D - Is there a GC'd malloc alternative?
Hi, I'm new to D but got into it pretty quickly... it's heaven for a lazy old C coder! }:->>> I just wonder if there is no library function that works like 'malloc' but in garbage collected memory? Happy hacking, 0ffh p.s. I am probably not looking for the 'new' operator, as 'new' seems to take only certain types as "argument", not the size of the requested memory chunk, as does 'malloc'. Feb 19 2007
|