mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-16 18:50:23 +02:00
Add gc_collect(mutator) API
This commit is contained in:
parent
1b3bc2f3b5
commit
44f37a373c
4 changed files with 11 additions and 1 deletions
2
bdw.c
2
bdw.c
|
@ -116,7 +116,7 @@ void* gc_allocate_pointerless(struct gc_mutator *mut,
|
|||
return GC_malloc_atomic(size);
|
||||
}
|
||||
|
||||
static inline void collect(struct gc_mutator *mut) {
|
||||
void gc_collect(struct gc_mutator *mut) {
|
||||
GC_gcollect();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue