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 */
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