mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-28 14:00:31 +02:00
Merge remote-tracking branch 'whippet/main' into HEAD
This commit is contained in:
commit
d4fd1f3486
7 changed files with 81 additions and 16 deletions
|
@ -47,6 +47,10 @@ GC_INTERNAL void
|
|||
gc_sweep_pending_ephemerons(struct gc_pending_ephemerons *state,
|
||||
size_t shard, size_t nshards);
|
||||
|
||||
GC_INTERNAL struct gc_ref
|
||||
gc_ephemeron_swap_value_internal(struct gc_ephemeron *ephemeron,
|
||||
struct gc_ref value);
|
||||
|
||||
GC_INTERNAL void gc_ephemeron_init_internal(struct gc_heap *heap,
|
||||
struct gc_ephemeron *ephemeron,
|
||||
struct gc_ref key,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue