![]() |
Raven Engine v0.1
|
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 |
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.