Best memory management D idioms

XavierAP via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Tue Mar 7 12:15:37 PST 2017


On Tuesday, 7 March 2017 at 18:21:43 UTC, Eugene Wissner wrote:
> To avoid this from the beginning, it may be better to use 
> allocators. You can use "make" and "dispose" from 
> std.experimental.allocator the same way as New/Delete.

Thanks! looking into it.

Does std.experimental.allocator have a leak debugging tool like 
dlib's printMemoryLog()?


More information about the Digitalmars-d-learn mailing list