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

/xnu-2422.115.4/tools/tests/unit_tests/cpu_monitor_tests_11646922_src/mem_hog/
H A Dmem_hog.c43 int max_chunks; local
146 max_chunks = 4000 / chunk_size;
147 if ((chunks = calloc(max_chunks, sizeof (*chunks))) == NULL) {

Completed in 20 milliseconds