1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-07-08 15:42:27 +02:00

Split inline function definitions out to separate headers

Users will need to include gc-allocate.h, gc-safepoint.h, and
gc-barrier.h explicitly.
This commit is contained in:
Andy Wingo 2025-07-01 12:45:41 +02:00
parent c49a372da7
commit 4fe4177d7c
11 changed files with 248 additions and 201 deletions

View file

@ -3,6 +3,7 @@
#include "simple-tagging-scheme.h"
#include "gc-api.h"
#include "gc-allocate.h"
static inline void*
gc_allocate_with_kind(struct gc_mutator *mut, enum alloc_kind kind, size_t bytes) {