LiVES
3.2.0
|
#include <rpmalloc.h>
Data Fields | |
size_t | mapped |
Current amount of virtual memory mapped, all of which might not have been committed (only if ENABLE_STATISTICS=1) More... | |
size_t | mapped_peak |
Peak amount of virtual memory mapped, all of which might not have been committed (only if ENABLE_STATISTICS=1) More... | |
size_t | cached |
Current amount of memory in global caches for small and medium sizes (<32KiB) More... | |
size_t | huge_alloc |
Current amount of memory allocated in huge allocations, i.e larger than LARGE_SIZE_LIMIT which is 2MiB by default (only if ENABLE_STATISTICS=1) More... | |
size_t | huge_alloc_peak |
Peak amount of memory allocated in huge allocations, i.e larger than LARGE_SIZE_LIMIT which is 2MiB by default (only if ENABLE_STATISTICS=1) More... | |
size_t | mapped_total |
Total amount of memory mapped since initialization (only if ENABLE_STATISTICS=1) More... | |
size_t | unmapped_total |
Total amount of memory unmapped since initialization (only if ENABLE_STATISTICS=1) More... | |
Definition at line 68 of file rpmalloc.h.
size_t rpmalloc_global_statistics_t::cached |
Current amount of memory in global caches for small and medium sizes (<32KiB)
Definition at line 74 of file rpmalloc.h.
size_t rpmalloc_global_statistics_t::huge_alloc |
Current amount of memory allocated in huge allocations, i.e larger than LARGE_SIZE_LIMIT which is 2MiB by default (only if ENABLE_STATISTICS=1)
Definition at line 76 of file rpmalloc.h.
size_t rpmalloc_global_statistics_t::huge_alloc_peak |
Peak amount of memory allocated in huge allocations, i.e larger than LARGE_SIZE_LIMIT which is 2MiB by default (only if ENABLE_STATISTICS=1)
Definition at line 78 of file rpmalloc.h.
size_t rpmalloc_global_statistics_t::mapped |
Current amount of virtual memory mapped, all of which might not have been committed (only if ENABLE_STATISTICS=1)
Definition at line 70 of file rpmalloc.h.
Referenced by rpmalloc_global_statistics().
size_t rpmalloc_global_statistics_t::mapped_peak |
Peak amount of virtual memory mapped, all of which might not have been committed (only if ENABLE_STATISTICS=1)
Definition at line 72 of file rpmalloc.h.
size_t rpmalloc_global_statistics_t::mapped_total |
Total amount of memory mapped since initialization (only if ENABLE_STATISTICS=1)
Definition at line 80 of file rpmalloc.h.
size_t rpmalloc_global_statistics_t::unmapped_total |
Total amount of memory unmapped since initialization (only if ENABLE_STATISTICS=1)
Definition at line 82 of file rpmalloc.h.