Searched refs:N_ALLOCS (Results 1 – 2 of 2) sorted by relevance
25 #define N_ALLOCS 50000 macro34 void* to_free [N_THREADS * N_ALLOCS];35 int bytes_to_free [N_THREADS * N_ALLOCS];46 for (i = 0; i < N_ALLOCS; i++) in thread_func()53 if (rand() % (N_ALLOCS / 20) == 0) in thread_func()
6 static mut N_ALLOCS: usize = 0; variable12 unsafe { N_ALLOCS } in n_allocs()17 N_ALLOCS += 1; in alloc()