Skip to content

Commit

Permalink
bug150: Minimize memory usage after a collection
Browse files Browse the repository at this point in the history
  • Loading branch information
leandro-lucarella-sociomantic committed Jan 19, 2012
1 parent 25616cf commit 7e317da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/gc/gcx.d
Expand Up @@ -1955,6 +1955,7 @@ struct Gcx
{
static assert( false, "Architecture not supported." );
}
minimize();
return result;
}

Expand Down

0 comments on commit 7e317da

Please sign in to comment.