Searched refs:ALLOC_THRESHOLD (Results 1 – 1 of 1) sorted by relevance
37 #define ALLOC_THRESHOLD FIVE_HUNDRED_MB macro39 #define ALLOC_THRESHOLD (2*FIVE_HUNDRED_MB) macro41 #define ALLOC_THRESHOLD (6*FIVE_HUNDRED_MB) macro126 / (unsigned long)ALLOC_THRESHOLD + 10; in setup()192 alloc_bytes = MIN(ALLOC_THRESHOLD, alloc_bytes); in mem_test()198 if (alloc_bytes <= ALLOC_THRESHOLD) in mem_test()201 alloc_bytes -= ALLOC_THRESHOLD; in mem_test()