mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 11:50:28 +02:00
* gc.h (SCM_GC_CARD_N_CELLS): change to be a nice non-confusing
constant.
This commit is contained in:
parent
6ad9007abf
commit
f91f77e64e
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ typedef scm_cell * SCM_CELLPTR;
|
||||||
#endif /* def _UNICOS */
|
#endif /* def _UNICOS */
|
||||||
|
|
||||||
#define SCM_GC_CARD_N_HEADER_CELLS 1
|
#define SCM_GC_CARD_N_HEADER_CELLS 1
|
||||||
#define SCM_GC_CARD_N_CELLS (8 * sizeof (scm_cell) * 4)
|
#define SCM_GC_CARD_N_CELLS 256
|
||||||
|
|
||||||
#define SCM_GC_CARD_SIZE (SCM_GC_CARD_N_CELLS * sizeof (scm_cell))
|
#define SCM_GC_CARD_SIZE (SCM_GC_CARD_N_CELLS * sizeof (scm_cell))
|
||||||
#define SCM_GC_CARD_N_DATA_CELLS (SCM_GC_CARD_N_CELLS - SCM_GC_CARD_N_HEADER_CELLS)
|
#define SCM_GC_CARD_N_DATA_CELLS (SCM_GC_CARD_N_CELLS - SCM_GC_CARD_N_HEADER_CELLS)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue