Home
last modified time | relevance | path

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

/external/u-boot/common/
Ddlmalloc.c707 static unsigned int max_n_mmaps = 0; variable
966 if (n_mmaps > max_n_mmaps) max_n_mmaps = n_mmaps;
2328 (unsigned int)max_n_mmaps); in malloc_stats()
Ddlmalloc.src1572 static unsigned int max_n_mmaps = 0;
1831 if (n_mmaps > max_n_mmaps) max_n_mmaps = n_mmaps;
3104 (unsigned int)max_n_mmaps);