sl_cpc_mem_pool_handle_t Struct Reference

Struct representing a memory pool handle.

#include <sl_cpc.h>

Data Fields

void * pool_handle
Pool handle; Do not touch.
uint32_t used_block_cnt
Number of block in use.

Struct representing a memory pool handle.

Field Documentation

pool_handle

void* sl_cpc_mem_pool_handle_t::pool_handle

Pool handle; Do not touch.

used_block_cnt

uint32_t sl_cpc_mem_pool_handle_t::used_block_cnt

Number of block in use.