Helios Engine
A modular ECS based data-oriented C++23 game engine framework
Loading...
Searching...
No Matches
frame_allocator.hpp File Reference
#include <helios/assert.hpp>
#include <helios/memory/arena_allocator.hpp>
#include <helios/memory/common.hpp>
#include <helios/memory/details/profile.hpp>
#include <algorithm>
#include <array>
#include <cstddef>
#include <memory_resource>
#include <utility>

Go to the source code of this file.

Classes

struct  helios::mem::FrameAllocatorOptions
 Configuration for FrameAllocator. More...
class  helios::mem::FrameAllocator< N >
 N-buffered PMR frame allocator. More...

Namespaces

namespace  helios
namespace  helios::mem