Searched refs:BRKSZ (Results 1 – 1 of 1) sorted by relevance
135 #define BRKSZ 512*1024 /* program data space allocation value */ macro660 if (sbrk(BRKSZ) == (caddr_t) - 1) { in test5()679 if (sbrk(-BRKSZ) == (caddr_t) - 1) { in test5()719 if (sbrk(BRKSZ) == (caddr_t) - 1) { in test6()757 if (sbrk(-BRKSZ) == (caddr_t) - 1) { in test6()