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

Go to the source code of this file.

Classes

struct  helios::mem::FreeListAllocatorOptions
 Configuration for FreeListAllocator. More...
class  helios::mem::FreeListAllocator
 General-purpose PMR free-list allocator. More...

Namespaces

namespace  helios
namespace  helios::mem