Difference between revisions of "Stuff in Phobos That Generates Garbage"
(lots of stuff from std.string) |
(std.string.splitLines) |
||
Line 18: | Line 18: | ||
|std.string | |std.string | ||
|toStringz | |toStringz | ||
+ | | ?? | ||
+ | |- | ||
+ | | | ||
+ | |splitLines | ||
| ?? | | ?? | ||
|} | |} |
Revision as of 20:44, 3 October 2014
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 | |
std.string | toStringz | ?? |
splitLines | ?? |