![]() |
F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
|
This is the complete list of members for Fw::MemAllocator, including all inherited members.
| allocate(const FwEnumStoreType identifier, FwSizeType &size, bool &recoverable, FwSizeType alignment=alignof(std::max_align_t))=0 | Fw::MemAllocator | pure virtual |
| allocate(const FwEnumStoreType identifier, FwSizeType &size, FwSizeType alignment=alignof(std::max_align_t)) | Fw::MemAllocator | |
| checkedAllocate(const FwEnumStoreType identifier, FwSizeType &size, bool &recoverable, FwSizeType alignment=alignof(std::max_align_t)) | Fw::MemAllocator | |
| checkedAllocate(const FwEnumStoreType identifier, FwSizeType &size, FwSizeType alignment=alignof(std::max_align_t)) | Fw::MemAllocator | |
| deallocate(const FwEnumStoreType identifier, void *ptr)=0 | Fw::MemAllocator | pure virtual |
| MemAllocator() | Fw::MemAllocator | protected |
| ~MemAllocator() | Fw::MemAllocator | protectedvirtual |