NRUNS
vm_page_t bounds[2], m_run, _m_runs[NRUNS], *m_runs;
m_runs = malloc((NRUNS + desired_runs) * sizeof(*m_runs),
nruns = NRUNS;
nruns = NRUNS + desired_runs - 1;