Helios Engine
A modular ECS based data-oriented C++23 game engine framework
Loading...
Searching...
No Matches
free_list_allocator.cpp File Reference
#include <pch.hpp>
#include <helios/memory/free_list_allocator.hpp>
#include <details/accumulate_peak.hpp>
#include <details/deferred_region_ebr.hpp>
#include <helios/memory/aligned_alloc.hpp>
#include <helios/memory/common.hpp>
#include <helios/memory/details/profile.hpp>
#include <algorithm>
#include <atomic>
#include <cstddef>
#include <cstdint>
#include <memory>
#include <mutex>
#include <string_view>
#include <utility>

Go to the source code of this file.

Classes

struct  anonymous_namespace{free_list_allocator.cpp}::AllocationHeader

Namespaces

namespace  anonymous_namespace{free_list_allocator.cpp}
namespace  helios
namespace  helios::mem