mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-08 05:00:17 +02:00
Merge remote-tracking branch 'whippet/main' into wip-whippet
This commit is contained in:
commit
fd921be76c
5 changed files with 29 additions and 0 deletions
|
@ -59,6 +59,8 @@ GC_API_ void* gc_call_without_gc(struct gc_mutator *mut, void* (*f)(void*),
|
|||
GC_API_ void gc_collect(struct gc_mutator *mut,
|
||||
enum gc_collection_kind requested_kind);
|
||||
|
||||
GC_API_ int gc_heap_contains(struct gc_heap *heap, struct gc_ref ref);
|
||||
|
||||
static inline void gc_update_alloc_table(struct gc_ref obj, size_t size,
|
||||
enum gc_allocation_kind kind) GC_ALWAYS_INLINE;
|
||||
static inline void gc_update_alloc_table(struct gc_ref obj, size_t size,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue