Helios Engine 0.1.0
A modular ECS based data-oriented C++23 game engine
 
Loading...
Searching...
No Matches
common.hpp File Reference
#include <helios/core_pch.hpp>
#include <helios/core/assert.hpp>
#include <helios/core/logger.hpp>
#include <helios/core/memory/allocator_traits.hpp>
#include <cstddef>
#include <cstdlib>

Go to the source code of this file.

Namespaces

namespace  helios
 
namespace  helios::memory
 

Functions

void * helios::memory::AlignedAlloc (size_t alignment, size_t size)
 Allocate memory with the specified alignment.
 
void helios::memory::AlignedFree (void *ptr)
 Free memory allocated with AlignedAlloc.