mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Clarifying comments in response to review <https://github.com/ravenbrook/mps/pull/213#discussion_r1191144878>
This commit is contained in:
parent
5cfa8a6106
commit
5b3280526f
1 changed files with 3 additions and 2 deletions
|
|
@ -29,9 +29,10 @@
|
|||
|
||||
/* Number of test objects to allocate */
|
||||
#define N_TESTOBJ 100
|
||||
/* Number of dylan "slots" in each test object */
|
||||
/* The number of slots determines the size of each object */
|
||||
#define N_SLOT_TESTOBJ 10000
|
||||
/* This is the number of bytes the initial arena is bigger than the test object size */
|
||||
/* The initial arena size is requested to be bigger the test object by
|
||||
this many bytes */
|
||||
#define SIZEDIFF 10
|
||||
|
||||
/* Set alignment to mps_word_ts */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue