d malloc

ketmar via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Fri Aug 8 11:51:48 PDT 2014


> Why are void pointers better than ulong, if I may ask
there is at least one reason: GC. yes, it is conservative, but 
there's no reason to scan ulong[] for any pointers, so you may 
lost your objects if there is no other references to 'em.


More information about the Digitalmars-d-learn mailing list