Home
last modified time | relevance | path

Searched defs:vg_mallinfo (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/coregrind/
Dpub_core_mallocfree.h93 struct vg_mallinfo { struct
94 int arena; /* total space allocated from system */
95 int ordblks; /* number of non-inuse chunks */
96 int smblks; /* unused -- always zero */
97 int hblks; /* number of mmapped regions */
98 int hblkhd; /* total space in mmapped regions */
99 int usmblks; /* unused -- always zero */
100 int fsmblks; /* unused -- always zero */
101 int uordblks; /* total allocated space */
102 int fordblks; /* total non-inuse space */
[all …]