Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A Ddlmalloc.c703 static unsigned int n_mmaps = 0; variable
944 if(n_mmaps >= n_mmaps_max) return 0; /* too many regions */
965 n_mmaps++;
966 if (n_mmaps > max_n_mmaps) max_n_mmaps = n_mmaps;
997 assert((n_mmaps > 0));
1000 n_mmaps--;
1024 assert((n_mmaps > 0));
2292 current_mallinfo.hblks = n_mmaps; in malloc_update_mallinfo()
H A Ddlmalloc.src1571 static unsigned int n_mmaps = 0;
1809 if(n_mmaps >= n_mmaps_max) return 0; /* too many regions */
1830 n_mmaps++;
1831 if (n_mmaps > max_n_mmaps) max_n_mmaps = n_mmaps;
1862 assert((n_mmaps > 0));
1865 n_mmaps--;
1889 assert((n_mmaps > 0));
3070 current_mallinfo.hblks = n_mmaps;