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/
Dmtest01.c136 static void child_loop_alloc(unsigned long long alloc_bytes) in child_loop_alloc() argument
153 if (bytecount >= alloc_bytes) in child_loop_alloc()
172 unsigned long long alloc_bytes = alloc_maxbytes; in mem_test() local
184 alloc_bytes = MIN(ALLOC_THRESHOLD, alloc_bytes); in mem_test()
185 child_loop_alloc(alloc_bytes); in mem_test()
190 if (alloc_bytes <= ALLOC_THRESHOLD) in mem_test()
193 alloc_bytes -= ALLOC_THRESHOLD; in mem_test()