either me or GC sux badly (GC don't reuse free memory)

Steven Schveighoffer via Digitalmars-d digitalmars-d at puremagic.com
Wed Nov 12 07:42:11 PST 2014


On 11/12/14 10:19 AM, Kagamin wrote:
> On Wednesday, 12 November 2014 at 11:05:11 UTC, ketmar via Digitalmars-d
> wrote:
>> the question is: am i doing something wrong here? how can i force GC to
>> stop eating my address space and reuse what it already has?
>
> Try to allocate the arrays with NO_SCAN flag.

Really that shouldn't matter. The arrays should all be 0-initialized.

-Steve


More information about the Digitalmars-d mailing list