AuroraRuntime/Source/Memory/AuHeapAlignmentInterface.hpp

14 lines
310 B
C++
Raw Normal View History

/***
Copyright (C) 2024 Jamie Reece Wilson (a/k/a "Reece"). All rights reserved.
File: AuHeapAlignmentInterface.hpp
File: Heap.hpp
Date: 2024-7-17
Author: Reece
***/
#pragma once
namespace Aurora::Memory
{
bool MakeHeapInterfaceOfStricterAlignment(HeapAdapterInterface *pInterface);
}