Searched refs:BRKSZ (Results 1 – 1 of 1) sorted by relevance
124 #define BRKSZ 512*1024 /* program data space allocation value */ macro524 if (sbrk(BRKSZ) == (void *) - 1) { in test5()543 if (sbrk(-BRKSZ) == (void *) - 1) { in test5()575 if (sbrk(BRKSZ) == (void *) - 1) { in test6()603 if (sbrk(-BRKSZ) == (void *) - 1) { in test6()