Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/mem/mtest01/
H A Dmtest01.c134 static void child_loop_alloc(unsigned long long alloc_bytes) in child_loop_alloc() argument
152 if (bytecount >= alloc_bytes) in child_loop_alloc()
174 unsigned long long alloc_bytes = alloc_maxbytes; in mem_test() local
186 alloc_bytes = MIN(ALLOC_THRESHOLD, alloc_bytes); in mem_test()
187 child_loop_alloc(alloc_bytes); in mem_test()
192 if (alloc_bytes <= ALLOC_THRESHOLD) in mem_test()
195 alloc_bytes -= ALLOC_THRESHOLD; in mem_test()

Completed in 2 milliseconds