F´ Flight Software - C/C++ Documentation
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 <Fw/FPrimeBasicTypes.hpp>
#include <config/MemoryAllocatorTypeEnumAc.hpp>
#include <cstddef>

Go to the source code of this file.

Classes

class  Fw::MemAllocator
 Memory Allocation base class. More...
 
class  Fw::MemAllocatorRegistry
 

Namespaces

 Fw
 Implementation of malloc based allocator.
 

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.