Module controller

Source

Structs§

LruWatermarkController
LruWatermarkController controls LRU Watermark (epoch) according to actual memory usage statistics collected from Jemalloc and JVM.
MemoryStats
allocated: Total number of bytes allocated by the application.active: Total number of bytes in active pages allocated by the application. This is a multiple of the page size, and greater than or equal to stats.allocated. This does not include stats.arenas.<i>.pdirty, stats.arenas.<i>.pmuzzy, nor pages entirely devoted to allocator metadata.resident: Total number of bytes in physically resident data pages mapped by the allocator.metadata: Total number of bytes dedicated to jemalloc metadata.

Enums§

LruEvictionPolicy

Functions§

jemalloc_memory_stats 🔒
Get memory statistics from Jemalloc