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

Go to the source code of this file.

Classes

class  helios::mem::FixedStackAllocator
 PMR stack allocator with fixed runtime capacity. More...
struct  helios::mem::FixedStackAllocator::Marker
 Marker capturing the current bump offset for rewind operations. More...

Namespaces

namespace  helios
namespace  helios::mem