xo-alloc: mutation log tracking in working state + unit test

This commit is contained in:
Roland Conybeare 2025-08-05 11:08:36 -05:00
commit c7488cbfd5
14 changed files with 659 additions and 94 deletions

View file

@ -21,6 +21,11 @@ namespace xo {
return dest_.ptr() + offset;
}
Object *
Forwarding1::_destination() {
return dest_.ptr();
}
std::size_t
Forwarding1::_shallow_size() const {
assert(false);