F´ Flight Software - C/C++ Documentation  devel
A framework for building embedded system applications to NASA flight quality standards.
MemAllocator.hpp File Reference

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
 

Detailed Description

Defines a base class for a memory allocator for classes.

Author
T. Canham

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.