Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/systrace/atrace_helper/jni/
Datrace_process_dump.cc178 size_t n_mmaps = mem->mmaps_count(); in SerializeSnapshot() local
179 for (size_t k = 0; k < n_mmaps; ++k) { in SerializeSnapshot()
192 if (k < n_mmaps - 1) in SerializeSnapshot()
/external/u-boot/common/
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()
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;