xo-alloc, xo-object: fix alloc,gc unit tests after gc improvements
This commit is contained in:
parent
212a1fdc8c
commit
db32b58052
14 changed files with 149 additions and 46 deletions
|
|
@ -17,7 +17,9 @@ namespace xo {
|
|||
{
|
||||
up<GC> gc = GC::make(
|
||||
{ .initial_nursery_z_ = 1024,
|
||||
.initial_tenured_z_ = 1024
|
||||
.initial_tenured_z_ = 2048,
|
||||
.incr_gc_threshold_ = 512,
|
||||
.full_gc_threshold_ = 512,
|
||||
});
|
||||
|
||||
REQUIRE(gc.get());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue