Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
returns a valid pool of minimum size if exponential is too big
Browse files Browse the repository at this point in the history
  • Loading branch information
Etienne Cimon committed Jun 4, 2014
1 parent 4d793a3 commit 4baa4ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gc/gc.d
Original file line number Diff line number Diff line change
Expand Up @@ -2233,7 +2233,7 @@ struct Gcx
pool.Dtor();
cstdlib.free(pool);
if (!isOOM)
newPool(npages, isLargeObject, true);
return newPool(npages, isLargeObject, true);
return null;
}

Expand Down

0 comments on commit 4baa4ef

Please sign in to comment.