pub type pba_t = pba_s;Aliased Type§
struct pba_t {
pub pools: [pool_t; 3],
pub mutex: pthread_mutex_t,
pub align_size: u64,
pub malloc_fp: Option<unsafe extern "C" fn(_: u64) -> *mut c_void>,
pub free_fp: Option<unsafe extern "C" fn(_: *mut c_void)>,
}Fields§
§pools: [pool_t; 3]§mutex: pthread_mutex_t§align_size: u64§malloc_fp: Option<unsafe extern "C" fn(_: u64) -> *mut c_void>§free_fp: Option<unsafe extern "C" fn(_: *mut c_void)>