SafeAPI Backend POSIX
POSIX/Linux OAL backend for safeAPIFreamwork
Loading...
Searching...
No Matches
posix_mem_pool_state_t Struct Reference

Data Fields

uint8_t * base
size_t block_size
size_t block_count
size_t free_count
void * free_list_head

Detailed Description

Local types declarations

Definition at line 45 of file sapi_posix_backend_memory.c.

Field Documentation

◆ base

uint8_t* posix_mem_pool_state_t::base

Definition at line 47 of file sapi_posix_backend_memory.c.

◆ block_count

size_t posix_mem_pool_state_t::block_count

Definition at line 49 of file sapi_posix_backend_memory.c.

◆ block_size

size_t posix_mem_pool_state_t::block_size

Definition at line 48 of file sapi_posix_backend_memory.c.

◆ free_count

size_t posix_mem_pool_state_t::free_count

Definition at line 50 of file sapi_posix_backend_memory.c.

◆ free_list_head

void* posix_mem_pool_state_t::free_list_head

Definition at line 51 of file sapi_posix_backend_memory.c.


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