Difference between revisions of "Stuff in Phobos That Generates Garbage"

From D Wiki
Jump to: navigation, search
(std.string.leftJustify)
(more from std.string)
Line 26: Line 26:
 
|
 
|
 
|leftJustify
 
|leftJustify
 +
| ??
 +
|-
 +
|
 +
|rightJustify
 +
| ??
 +
|-
 +
|
 +
|center
 +
| ??
 +
|-
 +
|
 +
|detab
 +
| ??
 +
|-
 +
|
 +
|entab
 
| ??
 
| ??
 
|}
 
|}

Revision as of 20:48, 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 ??
leftJustify ??
rightJustify ??
center ??
detab ??
entab ??