|
SafeAPI Backend POSIX
POSIX/Linux OAL backend for safeAPIFreamwork
|
Data Fields | |
| uint8_t * | base |
| size_t | block_size |
| size_t | block_count |
| size_t | free_count |
| void * | free_list_head |
Local types declarations
Definition at line 45 of file sapi_posix_backend_memory.c.
| uint8_t* posix_mem_pool_state_t::base |
Definition at line 47 of file sapi_posix_backend_memory.c.
| size_t posix_mem_pool_state_t::block_count |
Definition at line 49 of file sapi_posix_backend_memory.c.
| size_t posix_mem_pool_state_t::block_size |
Definition at line 48 of file sapi_posix_backend_memory.c.
| size_t posix_mem_pool_state_t::free_count |
Definition at line 50 of file sapi_posix_backend_memory.c.
| void* posix_mem_pool_state_t::free_list_head |
Definition at line 51 of file sapi_posix_backend_memory.c.