Module tikv_jemalloc_ctl::stats [−][src]
Global allocator statistics.
jemalloc
tracks a wide variety of statistics. Many of them are cached, and
only refreshed when the jemalloc
“epoch” is advanced. See the [::epoch
] type
for more information.
Structs
active | Total number of bytes in active pages allocated by the application. |
active_mib | See |
allocated | Total number of bytes allocated by the application. |
allocated_mib | See |
mapped | Total number of bytes in active extents mapped by the allocator. |
mapped_mib | See |
metadata | Total number of bytes dedicated to |
metadata_mib | See |
resident | Total number of bytes in physically resident data pages mapped by the allocator. |
resident_mib | See |
retained | Total number of bytes in virtual memory mappings that were retained
rather than being returned to the operating system via e.g. |
retained_mib | See |