Home
last modified time | relevance | path

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

/u-boot/common/
A Ddlmalloc.c600 static int malloc_max_allocs; /* return NULL after this many calls to malloc() */ variable
1314 if (--malloc_max_allocs < 0)
2484 malloc_max_allocs = max_allocs; in malloc_enable_testing()

Completed in 7 milliseconds