home *** CD-ROM | disk | FTP | other *** search
/ Education Sampler 1992 [NeXTSTEP] / Education_1992_Sampler.iso / NeXT / GnuSource / cplusplus-8 / config / xm-next.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-10-24  |  233 b   |  12 lines

  1. #include "xm-m68k.h"
  2.  
  3. /* malloc does better with chunks the size of a page.  */ 
  4.  
  5. #define OBSTACK_CHUNK_SIZE (getpagesize ())
  6.  
  7. /* valloc is more efficient than malloc.  */
  8.  
  9. extern void *valloc ();
  10.  
  11. #define OBSTACK_CHUNK_ALLOC valloc
  12.