|
Safe API Framework
Layered API framework for safety-related applications (ERTMS RBC reference targeting CENELEC EN 50128 SIL 4)
|
Configuration for sapi_mem_pool_create(). More...
#include <sapi_memory.h>
Data Fields | |
| size_t | block_size |
| size_t | block_count |
Configuration for sapi_mem_pool_create().
Definition at line 35 of file sapi_memory.h.
| 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.
| 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.