Home | History | Annotate | Download | only in tests

Lines Matching full:n_free

1778 const int N_free = 48000;
1781 for (int i = 0; i < N_free; i++)
1789 ARR = new int *[N_free];
1790 for (int i = 0; i < N_free; i++) {
1791 const int c = N_free / N_mu;
1806 for (int i = 0; i < N_free; i++) delete ARR[i];