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