![]() |
SuperTinyKernel™ RTOS 1.06.x
Lightweight, high-performance, deterministic, bare-metal C++ RTOS for resource-constrained embedded systems. MIT Open Source License.
|
This is the complete list of members for stk::memory::MemoryAllocator::Stats, including all inherited members.
| allocate_count | stk::memory::MemoryAllocator::Stats | |
| allocated | stk::memory::MemoryAllocator::Stats | |
| capacity | stk::memory::MemoryAllocator::Stats | |
| free_count | stk::memory::MemoryAllocator::Stats | |
| GetAvailable() const | stk::memory::MemoryAllocator::Stats | inline |
| GetCapacity() const | stk::memory::MemoryAllocator::Stats | inline |
| min_ever_free | stk::memory::MemoryAllocator::Stats | |
| RecordAllocate(size_t size) | stk::memory::MemoryAllocator::Stats | inline |
| RecordFree(size_t size) | stk::memory::MemoryAllocator::Stats | inline |
| Stats(size_t _capacity=CAPACITY_DEFAULT) | stk::memory::MemoryAllocator::Stats | inline |