CommonLibSSE NG
|
#include "RE/M/MemoryManager.h"
Go to the source code of this file.
Classes | |
class | RE::NiTMallocInterface< T > |
class | RE::NiTNewInterface< T > |
Namespaces | |
namespace | 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 (void *a_mem, std::size_t a_sizeInBytes) |
constexpr bool | RE::NiTrackFree (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) |