![]() |
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 | |
| BlockPoolSlot () | |
| stk_blockpool_t * | pool () |
| const stk_blockpool_t * | pool () const |
Public Attributes | |
| Word | storage [StkGetWordCountForType< stk_blockpool_t >()] |
| bool | busy |
Definition at line 73 of file stk_c_memory.cpp.
|
inline |
Definition at line 75 of file stk_c_memory.cpp.
References busy.
|
inline |
Definition at line 78 of file stk_c_memory.cpp.
References storage.
|
inline |
| bool BlockPoolSlot::busy |
Definition at line 82 of file stk_c_memory.cpp.
Referenced by BlockPoolSlot(), and stk_blockpool_destroy().
| Word BlockPoolSlot::storage[StkGetWordCountForType< stk_blockpool_t >()] |
Definition at line 81 of file stk_c_memory.cpp.
Referenced by pool(), pool(), stk_blockpool_create(), and stk_blockpool_create_static().