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.