Safe API Framework
Layered API framework for safety-related applications (ERTMS RBC reference targeting CENELEC EN 50128 SIL 4)
Loading...
Searching...
No Matches
sapi_mem_pool_config_t Struct Reference

Configuration for sapi_mem_pool_create(). More...

#include <sapi_memory.h>

Data Fields

size_t block_size
size_t block_count

Detailed Description

Configuration for sapi_mem_pool_create().

Definition at line 35 of file sapi_memory.h.

Field Documentation

◆ block_size

size_t sapi_mem_pool_config_t::block_size

Fixed size in bytes of every block in the pool.

Definition at line 37 of file sapi_memory.h.

◆ block_count

size_t sapi_mem_pool_config_t::block_count

Number of blocks reserved in the pool.

Definition at line 38 of file sapi_memory.h.


The documentation for this struct was generated from the following file: