Type Alias esp_idf_sys::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§
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