Skip to main content

walker_block_info_t

Type Alias walker_block_info_t 

Source
pub type walker_block_info_t = walker_block_info;
Expand description

@brief Structure used to store block related data passed to the walker callback function

Aliased Type§

#[repr(C)]
pub struct walker_block_info_t { pub ptr: *mut c_void, pub size: usize, pub used: bool, }

Fields§

§ptr: *mut c_void

< Pointer to the block data

§size: usize

< The size of the block

§used: bool

< Block status. True: used, False: free