home *** CD-ROM | disk | FTP | other *** search
/ OpenStep (Enterprise) / OpenStepENTCD.toast / OEDEV / GNUSRC.Z / xm-next.h < prev    next >
C/C++ Source or Header  |  1993-12-16  |  133b  |  8 lines

  1. #include "i386/xm-i386.h"
  2.  
  3. /* malloc does better with chunks the size of a page.  */ 
  4.  
  5. #define OBSTACK_CHUNK_SIZE (getpagesize ())
  6.  
  7.  
  8.