xo-alloc: mutation log tracking in working state + unit test
This commit is contained in:
parent
5f46b51f12
commit
c7488cbfd5
14 changed files with 659 additions and 94 deletions
|
|
@ -41,6 +41,12 @@ namespace xo {
|
|||
return z + alloc_padding(z);
|
||||
}
|
||||
|
||||
void
|
||||
IAlloc::assign_member(Object * /*parent*/, Object ** lhs, Object * rhs)
|
||||
{
|
||||
*lhs = rhs;
|
||||
}
|
||||
|
||||
std::byte *
|
||||
IAlloc::alloc_gc_copy(std::size_t /*z*/, const void * /*src*/)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue