Open 3D Engine AzCore API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AZ::Environment::AllocatorInterface Class Referenceabstract

#include <Environment.h>

Public Member Functions

virtual void * Allocate (size_t byteSize, size_t alignment)=0
 
virtual void DeAllocate (void *address)=0
 

Detailed Description

Allocator hook interface. This should not use any of the AZ allocators or interfaces as it will be called to create them.


The documentation for this class was generated from the following file: