Home
last modified time | relevance | path

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

/common/
A Ddlmalloc.c579 static int malloc_max_allocs; /* return NULL after this many calls to malloc() */ variable
1269 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