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
13
#include <
Fw/Types/MallocAllocator.hpp
>
14
namespace
Fw
{
15
namespace
MemoryAllocation {
16
using
DefaultMemoryAllocatorType
=
Fw::MallocAllocator
;
17
}
// namespace MemoryAllocation
18
}
// namespace Fw
19
20
#endif // CONFIG_MEMORY_ALLOCATION_HPP
MallocAllocator.hpp
A MemAllocator implementation class that uses malloc.
Fw::MallocAllocator
malloc based memory allocator
Definition:
MallocAllocator.hpp:26
Fw::MemoryAllocation::DefaultMemoryAllocatorType
Fw::MallocAllocator DefaultMemoryAllocatorType
Definition:
MemoryAllocation.hpp:16
Fw
Implementation of malloc based allocator.
Definition:
MemoryAllocation.hpp:14
default
config
MemoryAllocation.hpp
Generated by
1.8.14