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.
AZStd::stateless_allocator Class Reference

Public Member Functions

 AZ_TYPE_INFO (stateless_allocator, "{E4976C53-0B20-4F39-8D41-0A76F59A7D68}")
 
 stateless_allocator (const stateless_allocator &rhs)=default
 
stateless_allocatoroperator= (const stateless_allocator &rhs)=default
 
pointer allocate (size_type byteSize, align_type alignment=1)
 
void deallocate (pointer ptr, size_type byteSize=0, align_type alignment=0)
 
pointer reallocate (pointer ptr, size_type newSize, align_type alignment=1)
 
size_type resize (pointer ptr, size_type newSize)
 
size_type max_size () const
 
bool is_lock_free ()
 
bool is_stale_read_allowed ()
 
bool is_delayed_recycling ()
 

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