Helios Engine 0.1.0
A modular ECS based data-oriented C++23 game engine
 
Loading...
Searching...
No Matches
growable_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 <algorithm>
#include <concepts>
#include <cstddef>
#include <memory>
#include <mutex>
#include <shared_mutex>
#include <type_traits>
#include <vector>

Go to the source code of this file.

Classes

class  helios::memory::GrowableAllocator< Allocator >
 Growable allocator adapter that automatically expands capacity. More...
 

Namespaces

namespace  helios
 
namespace  helios::memory