Helios Engine
A modular ECS based data-oriented C++23 game engine framework
Loading...
Searching...
No Matches
anonymous_namespace{fixed_pool_allocator.cpp} Namespace Reference

Functions

void PushBlock (std::atomic< void * > &head, void *block) noexcept
void * PopBlock (std::atomic< void * > &head) noexcept

Function Documentation

◆ PopBlock()

void * anonymous_namespace{fixed_pool_allocator.cpp}::PopBlock ( std::atomic< void * > & head)
nodiscardnoexcept

Definition at line 27 of file fixed_pool_allocator.cpp.

◆ PushBlock()

void anonymous_namespace{fixed_pool_allocator.cpp}::PushBlock ( std::atomic< void * > & head,
void * block )
noexcept

Definition at line 16 of file fixed_pool_allocator.cpp.