a0d66c8d67
From-SVN: r24349
4 lines
104 B
C
4 lines
104 B
C
/* malloc does better with chunks the size of a page. */
|
|
|
|
#define OBSTACK_CHUNK_SIZE (getpagesize ())
|