Home
last modified time | relevance | path

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

/common/
A Ddlmalloc.c704 static unsigned int max_n_mmaps = 0; variable
979 if (n_mmaps > max_n_mmaps) max_n_mmaps = n_mmaps;
2428 (unsigned int)max_n_mmaps); in malloc_stats()
A 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);

Completed in 9 milliseconds