CommonLibSSE (powerof3)
NiTCollection.h File Reference

Go to the source code of this file.

Classes

class  RE::NiTMallocInterface< T >
 
class  RE::NiTNewInterface< T >
 

Namespaces

 RE
 

Functions

void * RE::NiMalloc (std::size_t a_sizeInBytes)
 
void * RE::NiAlignedMalloc (std::size_t a_sizeInBytes, std::size_t a_alignment)
 
void * RE::NiRealloc (void *a_mem, std::size_t a_sizeInBytes)
 
void * RE::NiAlignedRealloc (void *a_mem, std::size_t a_sizeInBytes, std::size_t a_alignment)
 
void RE::NiFree (void *a_mem)
 
void RE::NiAlignedFree (void *a_mem)
 
constexpr bool RE::NiTrackAlloc ([[maybe_unused]] void *a_mem, [[maybe_unused]] std::size_t a_sizeInBytes)
 
constexpr bool RE::NiTrackFree ([[maybe_unused]] void *a_mem)
 
template<class T >
T * RE::NiAlloc (std::size_t a_count)
 
template<class T >
T * RE::NiAlignedAlloc (std::size_t a_count, std::size_t a_alignment)