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) macro118 / (unsigned long)ALLOC_THRESHOLD + 10; in setup()184 alloc_bytes = MIN(ALLOC_THRESHOLD, alloc_bytes); in mem_test()190 if (alloc_bytes <= ALLOC_THRESHOLD) in mem_test()193 alloc_bytes -= ALLOC_THRESHOLD; in mem_test()