![]() |
F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
|
#include <new>#include <type_traits>#include "Fw/Types/Assert.hpp"#include "Fw/Types/ByteArray.hpp"Go to the source code of this file.
Namespaces | |
| Fw | |
| Implementation of malloc based allocator. | |
Functions | |
| template<typename T > | |
| T * | Fw::arrayPlacementNew (Fw::ByteArray array, FwSizeType arraySize) |
| placement new for arrays More... | |
| template<typename T > | |
| void | Fw::arrayPlacementDestruct (T *arrayPointer, FwSizeType arraySize) |
| placement delete for arrays More... | |