/*** Copyright (C) 2021 J Reece Wilson (a/k/a "Reece"). All rights reserved. File: Heap.hpp Date: 2021-6-12 Author: Reece ***/ #pragma once namespace Aurora::Memory { AuSPtr AllocateDivisionGlobal(Heap *heap, AuUInt32 length, AuUInt32 alignment); }