Type Alias mysqlclient_sys::MA_MEM_ROOT

source ·
pub type MA_MEM_ROOT = st_ma_mem_root;

Aliased Type§

struct MA_MEM_ROOT {
    pub free: *mut st_ma_used_mem,
    pub used: *mut st_ma_used_mem,
    pub pre_alloc: *mut st_ma_used_mem,
    pub min_malloc: usize,
    pub block_size: usize,
    pub block_num: u32,
    pub first_block_usage: u32,
    pub error_handler: Option<unsafe extern "C" fn()>,
}

Fields§

§free: *mut st_ma_used_mem§used: *mut st_ma_used_mem§pre_alloc: *mut st_ma_used_mem§min_malloc: usize§block_size: usize§block_num: u32§first_block_usage: u32§error_handler: Option<unsafe extern "C" fn()>