Searched refs:MAX_ALLOCS (Results 1 – 1 of 1) sorted by relevance
35 #define MAX_ALLOCS 1600 macro70 static int allocs[NUM_ALLOCS] = { 25, 100, 400, MAX_ALLOCS };88 int **arr = (int**) malloc (MAX_ALLOCS * sizeof (void*)); in bench()