std.stringbuffer
Janice Caron
caron800 at googlemail.com
Wed Apr 30 00:05:14 PDT 2008
2008/4/30 Janice Caron <caron800 at googlemail.com>:
> I would support the addition of some function like
>
> gc.minimise(char[])
>
> which returned all the unused space following the end of the array
> back to the gc, without any copying of the used part. I wouldn't be
> able to write that though - the gc is not my area of expertise.
Sorry, I meant
std.gc.minimise(void[] array)
This function doesn't exist right now.
More information about the Digitalmars-d
mailing list