mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-21 22:59:16 +02:00
Fixing heap checks when using header magic or tracking alloc sources.
This commit is contained in:
parent
8d13b7ace8
commit
a82a13094d
1 changed files with 1 additions and 1 deletions
2
gc.c
2
gc.c
|
@ -8,7 +8,7 @@
|
||||||
#include <sys/mman.h>
|
#include <sys/mman.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define SEXP_MINIMUM_OBJECT_SIZE (sexp_heap_align(sexp_sizeof(pair)))
|
#define SEXP_MINIMUM_OBJECT_SIZE (sexp_heap_align(sexp_sizeof(flonum)))
|
||||||
|
|
||||||
#if SEXP_USE_GLOBAL_HEAP
|
#if SEXP_USE_GLOBAL_HEAP
|
||||||
sexp_heap sexp_global_heap;
|
sexp_heap sexp_global_heap;
|
||||||
|
|
Loading…
Add table
Reference in a new issue