Searched refs:malloc_max_allocs (Results 1 – 1 of 1) sorted by relevance
600 static int malloc_max_allocs; /* return NULL after this many calls to malloc() */ variable1314 if (--malloc_max_allocs < 0)2484 malloc_max_allocs = max_allocs; in malloc_enable_testing()
Completed in 7 milliseconds