xo-alloc, xo-object: fix alloc,gc unit tests after gc improvements
This commit is contained in:
parent
daf729292e
commit
2febec3c8c
9 changed files with 44 additions and 17 deletions
|
|
@ -177,6 +177,8 @@ namespace xo {
|
|||
|
||||
/** @return pagesize (will be the same for {nursery, tenured} spaces) **/
|
||||
std::size_t pagesize() const;
|
||||
/** @return hugepage size (will be the same for {nursery, tenured} spaces) **/
|
||||
std::size_t hugepage_z() const;
|
||||
|
||||
/** @return allocation portion of Nursery to-space **/
|
||||
std::size_t nursery_to_allocated() const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue