Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/mem/mtest01/
H A Dmtest01.c37 #define ALLOC_THRESHOLD FIVE_HUNDRED_MB macro
39 #define ALLOC_THRESHOLD (2*FIVE_HUNDRED_MB) macro
41 #define ALLOC_THRESHOLD (6*FIVE_HUNDRED_MB) macro
116 / (unsigned long)ALLOC_THRESHOLD + 10; in setup()
186 alloc_bytes = MIN(ALLOC_THRESHOLD, alloc_bytes); in mem_test()
192 if (alloc_bytes <= ALLOC_THRESHOLD) in mem_test()
195 alloc_bytes -= ALLOC_THRESHOLD; in mem_test()

Completed in 1 milliseconds