Home
last modified time | relevance | path

Searched refs:BRKSZ (Results 1 - 1 of 1) sorted by relevance

/third_party/ltp/testcases/kernel/mem/mtest05/
H A Dmmstress.c124 #define BRKSZ 512*1024 /* program data space allocation value */ macro
540 /* increment the program's data space by 200*1024 (BRKSZ) bytes */ in test5()
542 if (sbrk(BRKSZ) == (void *) - 1) { in test5()
561 if (sbrk(-BRKSZ) == (void *) - 1) { in test5()
592 /* increment the program's data space by 200*1024 (BRKSZ) bytes */ in test6()
593 if (sbrk(BRKSZ) == (void *) - 1) { in test6()
621 if (sbrk(-BRKSZ) == (void *) - 1) { in test6()

Completed in 2 milliseconds