Raven Engine v0.1
Loading...
Searching...
No Matches
AllocatorTraits.h File Reference

Defines allocation strategy traits for types in Raven. More...

#include "Raven/Core/Types.h"

Classes

struct  Raven::AllocatorTraits< T >
 Compile-time traits for determining allocation strategy of T. More...

Namespaces

namespace  Raven

Detailed Description

Defines allocation strategy traits for types in Raven.

Provides compile-time traits to determine whether a type should be allocated on the stack or from a pool based on its size and alignment. These traits are used by Raven's memory subsystem to select optimal allocation strategies.

See also
Scope.h, PoolAllocator.h
Author
PhilikusHD