xo-gc: copy/move step for collection phase
This commit is contained in:
parent
b14d43a633
commit
65ee116ff8
4 changed files with 6 additions and 9 deletions
|
|
@ -194,14 +194,14 @@ namespace ut {
|
|||
REQUIRE(info.tseq() == typeseq::id<DList>().seqno());
|
||||
REQUIRE(info.size() >= sizeof(DList));
|
||||
REQUIRE(info.size() < sizeof(DList) + padding::c_alloc_alignment);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* no GC roots, so GC is trivial */
|
||||
c_o.request_gc(generation{1});
|
||||
|
||||
|
||||
} catch (std::exception & ex) {
|
||||
std::cerr << "caught exception: " << ex.what() << std::endl;
|
||||
REQUIRE(false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue