xo-gc stack: + ACollector.shallow_copy()
This commit is contained in:
parent
47b0a56830
commit
ea734fb3f4
6 changed files with 67 additions and 2 deletions
|
|
@ -65,6 +65,12 @@ ICollector_Any::assign_member(Opaque, void *, obj<AGCObject> *, obj<AGCObject> &
|
|||
_fatal();
|
||||
}
|
||||
|
||||
auto
|
||||
ICollector_Any::alloc_copy(Opaque, std::byte *) -> void *
|
||||
{
|
||||
_fatal();
|
||||
}
|
||||
|
||||
auto
|
||||
ICollector_Any::forward_inplace(Opaque, AGCObject *, void **) -> void
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue