mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-15 08:10:17 +02:00
Add finalizers
This commit is contained in:
parent
9167dbb5f6
commit
f6057184e1
18 changed files with 756 additions and 28 deletions
|
@ -16,7 +16,6 @@ struct gc_mutator_roots;
|
|||
struct gc_heap_roots;
|
||||
struct gc_atomic_forward;
|
||||
struct gc_heap;
|
||||
struct gc_ephemeron;
|
||||
struct gc_extern_space;
|
||||
|
||||
GC_EMBEDDER_API inline int gc_is_valid_conservative_ref_displacement(uintptr_t displacement);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue