Home | History | Annotate | Download | only in tests

Lines Matching refs:N_free

1774 const int N_free = 48000;
1777 for (int i = 0; i < N_free; i++)
1785 ARR = new int *[N_free];
1786 for (int i = 0; i < N_free; i++) {
1787 const int c = N_free / N_mu;
1802 for (int i = 0; i < N_free; i++) delete ARR[i];