mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-09 23:40:29 +02:00
API-ify gc_print_stats; add semi-inline.h
This commit is contained in:
parent
a00c83878e
commit
8f2f4f7c69
7 changed files with 71 additions and 66 deletions
1
gc-api.h
1
gc-api.h
|
@ -43,6 +43,7 @@ GC_API_ struct mutator* gc_init_for_thread(uintptr_t *stack_base,
|
|||
GC_API_ void gc_finish_for_thread(struct mutator *mut);
|
||||
GC_API_ void* gc_call_without_gc(struct mutator *mut, void* (*f)(void*),
|
||||
void *data) GC_NEVER_INLINE;
|
||||
GC_API_ void gc_print_stats(struct heap *heap);
|
||||
|
||||
enum gc_allocator_kind {
|
||||
GC_ALLOCATOR_INLINE_BUMP_POINTER,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue