Home
last modified time | relevance | path

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

/bionic/tests/
Dmalloc_stress_test.cpp105 size_t mallinfo_bytes = mallinfo().uordblks; in TEST() local
106 if (mallinfo_bytes < mallinfo_min) { in TEST()
107 mallinfo_min = mallinfo_bytes; in TEST()
109 if (mallinfo_bytes > mallinfo_max) { in TEST()
110 mallinfo_max = mallinfo_bytes; in TEST()
112 printf("Allocated memory %zu %0.2fMB\n", mallinfo_bytes, mallinfo_bytes / (1024.0 * 1024.0)); in TEST()