F´ Flight Software - C/C++ Documentation
devel
A framework for building embedded system applications to NASA flight quality standards.
|
Defines a base class for a memory allocator for classes. More...
#include <FpConfig.hpp>
Go to the source code of this file.
Classes | |
class | Fw::MemAllocator |
Namespaces | |
Fw | |
Defines a base class for a memory allocator for classes.
A memory allocator is a class that provides memory for a component. This allows a user of the class to allocate memory as they choose. The user writes derived classes for each of the allocator types.
Definition in file MemAllocator.hpp.