MySQL 9.0.0
Source Code Documentation

#include <pfs_stat.h>

Public Member Functions

void reset ()
 
void normalize (bool global)
 

Public Attributes

size_t m_alloc_count
 
size_t m_free_count
 
size_t m_alloc_size
 
size_t m_free_size
 
size_t m_alloc_count_capacity
 
size_t m_free_count_capacity
 
size_t m_alloc_size_capacity
 
size_t m_free_size_capacity
 
size_t m_missing_free_count_capacity
 
size_t m_missing_free_size_capacity
 
ssize_t m_low_count_used
 
ssize_t m_high_count_used
 
ssize_t m_low_size_used
 
ssize_t m_high_size_used
 

Member Data Documentation

◆ m_alloc_count

size_t PFS_memory_monitoring_stat::m_alloc_count

◆ m_alloc_count_capacity

size_t PFS_memory_monitoring_stat::m_alloc_count_capacity

◆ m_alloc_size

size_t PFS_memory_monitoring_stat::m_alloc_size

◆ m_alloc_size_capacity

size_t PFS_memory_monitoring_stat::m_alloc_size_capacity

◆ m_free_count

size_t PFS_memory_monitoring_stat::m_free_count

◆ m_free_count_capacity

size_t PFS_memory_monitoring_stat::m_free_count_capacity

◆ m_free_size

size_t PFS_memory_monitoring_stat::m_free_size

◆ m_free_size_capacity

size_t PFS_memory_monitoring_stat::m_free_size_capacity

◆ m_high_count_used

ssize_t PFS_memory_monitoring_stat::m_high_count_used

◆ m_high_size_used

ssize_t PFS_memory_monitoring_stat::m_high_size_used

◆ m_low_count_used

ssize_t PFS_memory_monitoring_stat::m_low_count_used

◆ m_low_size_used

ssize_t PFS_memory_monitoring_stat::m_low_size_used

◆ m_missing_free_count_capacity

size_t PFS_memory_monitoring_stat::m_missing_free_count_capacity

◆ m_missing_free_size_capacity

size_t PFS_memory_monitoring_stat::m_missing_free_size_capacity

The documentation for this struct was generated from the following files: