Struct representing a memory pool handle.

Public Attributes#

void *

Pool handle; Do not touch.

uint32_t

Number of block in use.

Public Attribute Documentation#

pool_handle#

void* sl_cpc_mem_pool_handle_t::pool_handle

Pool handle; Do not touch.


Definition at line 263 of file platform/service/cpc/inc/sl_cpc.h

used_block_cnt#

uint32_t sl_cpc_mem_pool_handle_t::used_block_cnt

Number of block in use.


Definition at line 264 of file platform/service/cpc/inc/sl_cpc.h