Helios Engine 0.1.0
A modular ECS based data-oriented C++23 game engine
 
Loading...
Searching...
No Matches
pool_allocator.hpp File Reference
#include <helios/core_pch.hpp>
#include <helios/core/assert.hpp>
#include <helios/core/logger.hpp>
#include <helios/core/memory/allocator_traits.hpp>
#include <helios/core/memory/common.hpp>
#include <algorithm>
#include <atomic>
#include <concepts>
#include <cstddef>
#include <cstdint>
#include <cstring>
#include <memory>

Go to the source code of this file.

Classes

class  helios::memory::PoolAllocator
 Pool allocator for fixed-size allocations. More...
 

Namespaces

namespace  helios
 
namespace  helios::memory