Stuff in Phobos That Generates Garbage
Revision as of 19:49, 3 October 2014 by AndreiAlexandrescu (talk | contribs)
Module | Artifact | Possible Fix(es) |
---|---|---|
std.algorithm | Levenshtein | Use reference counting in conjunction with GC.malloc/GC.free |
std.array | minimallyIntializedArray | Pass in a memory management policy |
unintializedArray | Pass in a memory management policy |