F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
Loading...
Searching...
No Matches
DefaultMemory.cpp
Go to the documentation of this file.
1// ======================================================================
2// \title Os/Darwin/DefaultMemory.cpp
3// \brief sets default Os::Memory to Darwin implementation via linker
4// ======================================================================
5#include "Os/Memory.hpp"
7#include "Os/Delegate.hpp"
8
9namespace Os {
11 return Os::Delegate::makeDelegate<MemoryInterface, Os::Darwin::Memory::DarwinMemory>(aligned_new_memory);
12}
13}
U8 MemoryHandleStorage[FW_MEMORY_HANDLE_MAX_SIZE]
Definition Os.hpp:19
interface for memory implementation
Definition Memory.hpp:16
static MemoryInterface * getDelegate(MemoryHandleStorage &aligned_new_memory)
provide a pointer to a Mutex delegate object