Memory pool object storage. More...
#include <cmsis-plus/rtos/os-c-api.h>
Memory pool object storage.
This C structure has the same size as the C++ os::rtos::memory_pool
object and must be initialised with os_mempool_create()
.
Later on a pointer to it can be used both in C and C++ to refer to the memory pool object instance.
The members of this structure are hidden and should not be used directly, but only through specific functions.
Definition at line 1232 of file os-c-decls.h.