CommonLibVR
|
#include "RE/S/ScrapHeap.h"
Go to the source code of this file.
Classes | |
class | RE::MemoryManager |
struct | RE::MemoryManager::ThreadScrapHeap |
class | RE::SimpleArray< T > |
Namespaces | |
RE | |
RE::CompactingStore | |
Macros | |
#define | TES_HEAP_REDEFINE_NEW() |
Functions | |
void * | RE::malloc (std::size_t a_size) |
template<class T > | |
T * | RE::malloc () |
void * | RE::aligned_alloc (std::size_t a_alignment, std::size_t a_size) |
template<class T > | |
T * | RE::aligned_alloc () |
void * | RE::calloc (std::size_t a_num, std::size_t a_size) |
template<class T > | |
T * | RE::calloc (std::size_t a_num) |
void * | RE::realloc (void *a_ptr, std::size_t a_newSize) |
void * | RE::aligned_realloc (void *a_ptr, std::size_t a_newSize, std::size_t a_alignment) |
void | RE::free (void *a_ptr) |
void | RE::aligned_free (void *a_ptr) |
#define TES_HEAP_REDEFINE_NEW | ( | ) |