Home
last modified time | relevance | path

Searched refs:MAX_ALLOCS (Results 1 – 1 of 1) sorted by relevance

/glibc-2.36/benchtests/
Dbench-malloc-simple.c35 #define MAX_ALLOCS 1600 macro
70 static int allocs[NUM_ALLOCS] = { 25, 100, 400, MAX_ALLOCS };
88 int **arr = (int**) malloc (MAX_ALLOCS * sizeof (void*)); in bench()