![]() |
SuperTinyKernel™ RTOS 1.06.x
Lightweight, high-performance, deterministic, bare-metal C++ RTOS for resource-constrained embedded systems. MIT Open Source License.
|
Public Member Functions | |
| stk_blockpool_t (size_t capacity, size_t raw_block_size, uint8_t *storage, size_t storage_size, const char *name) | |
| stk_blockpool_t (size_t capacity, size_t raw_block_size, const char *name) | |
Public Attributes | |
| BlockMemoryPool | handle |
Definition at line 53 of file stk_c_memory.cpp.
|
inline |
Definition at line 56 of file stk_c_memory.cpp.
References handle.
|
inline |
Definition at line 62 of file stk_c_memory.cpp.
References handle.
| BlockMemoryPool stk_blockpool_t::handle |
Definition at line 66 of file stk_c_memory.cpp.
Referenced by stk_blockpool_alloc(), stk_blockpool_free(), stk_blockpool_get_block_size(), stk_blockpool_get_capacity(), stk_blockpool_get_free_count(), stk_blockpool_get_used_count(), stk_blockpool_is_empty(), stk_blockpool_is_full(), stk_blockpool_is_storage_valid(), stk_blockpool_t(), stk_blockpool_t(), stk_blockpool_timed_alloc(), and stk_blockpool_try_alloc().