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

Go to the source code of this file.

Classes

struct  helios::mem::StackAllocatorOptions
 Configuration for StackAllocator. More...
class  helios::mem::StackAllocator
 PMR stack allocator with LIFO-aware deallocation. More...
struct  helios::mem::StackAllocator::Marker
 Marker for rewind operations. More...

Namespaces

namespace  helios
namespace  helios::mem