mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-15 05:43:19 -08:00
Changed header so that we can use GC_arrays from ECL.
This commit is contained in:
parent
1e4f19a631
commit
70ef2d0777
1 changed files with 4 additions and 4 deletions
|
|
@ -876,6 +876,10 @@ struct _GC_arrays {
|
|||
word _bytes_allocd_before_gc;
|
||||
/* Number of words allocated before this */
|
||||
/* collection cycle. */
|
||||
size_t _size_map[MAXOBJBYTES+1];
|
||||
/* Number of words to allocate for a given allocation request in */
|
||||
/* bytes. */
|
||||
|
||||
# ifndef SEPARATE_GLOBALS
|
||||
word _bytes_allocd;
|
||||
/* Number of words allocated during this collection cycle */
|
||||
|
|
@ -935,10 +939,6 @@ struct _GC_arrays {
|
|||
word _unmapped_bytes;
|
||||
# endif
|
||||
|
||||
size_t _size_map[MAXOBJBYTES+1];
|
||||
/* Number of words to allocate for a given allocation request in */
|
||||
/* bytes. */
|
||||
|
||||
# ifdef STUBBORN_ALLOC
|
||||
ptr_t _sobjfreelist[MAXOBJGRANULES+1];
|
||||
# endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue