|
FreeRTOS C++ Wrappers
1.6.0
C++ interface to FreeRTOS
|
This is the complete list of members for cpp_freertos::MemoryPool, including all inherited members.
| AddMemory(int itemCount) | cpp_freertos::MemoryPool | |
| AddMemory(void *preallocatedMemory, int preallocatedMemorySize) | cpp_freertos::MemoryPool | |
| Alignment | cpp_freertos::MemoryPool | private |
| Allocate() | cpp_freertos::MemoryPool | |
| CalculateItemSize() | cpp_freertos::MemoryPool | private |
| CalculateValidAlignment() | cpp_freertos::MemoryPool | private |
| Free(void *item) | cpp_freertos::MemoryPool | |
| FreeItems | cpp_freertos::MemoryPool | private |
| ItemSize | cpp_freertos::MemoryPool | private |
| Lock | cpp_freertos::MemoryPool | private |
| MemoryPool(int itemSize, int itemCount, int alignment) | cpp_freertos::MemoryPool | |
| MemoryPool(int itemSize, void *preallocatedMemory, int preallocatedMemorySize, int alignment) | cpp_freertos::MemoryPool | |
| ~MemoryPool() | cpp_freertos::MemoryPool | private |
1.8.13