F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
MemoryAllocation.hpp
Go to the documentation of this file.
1 // ======================================================================
2 // \title config/MemoryAllocation.hpp
3 // \author lestarch
4 // \brief hpp file for memory allocation configuration
5 //
6 // \copyright
7 // Copyright 2024, by the California Institute of Technology.
8 // ALL RIGHTS RESERVED. United States Government Sponsorship
9 // acknowledged.
10 // ======================================================================
11 #ifndef CONFIG_MEMORY_ALLOCATION_HPP
12 #define CONFIG_MEMORY_ALLOCATION_HPP
14 namespace Fw {
15 namespace MemoryAllocation {
17 } // namespace MemoryAllocation
18 } // namespace Fw
19 
20 #endif // CONFIG_MEMORY_ALLOCATION_HPP
A MemAllocator implementation class that uses malloc.
malloc based memory allocator
Fw::MallocAllocator DefaultMemoryAllocatorType
Implementation of malloc based allocator.