Helios Engine
A modular ECS based data-oriented C++23 game engine framework
Loading...
Searching...
No Matches
fixed_free_list_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 <cstdint>
#include <memory_resource>
#include <mutex>
#include <shared_mutex>
#include <string_view>

Go to the source code of this file.

Classes

class  helios::mem::FixedFreeListAllocator
 Fixed-capacity best-fit allocator with coalescing. More...

Namespaces

namespace  helios
namespace  helios::mem