CommonLibSSE NG
Loading...
Searching...
No Matches
MemoryManager.h File Reference
#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

namespace  RE
 
namespace  RE::CompactingStore
 

Macros

#define TES_HEAP_REDEFINE_NEW()
 

Functions

void * RE::malloc (std::size_t a_size)
 
template<class T >
T * 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 (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, 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)
 
template<class T >
T * 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)
 
template<class T >
T * 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)
 

Macro Definition Documentation

◆ TES_HEAP_REDEFINE_NEW

#define TES_HEAP_REDEFINE_NEW ( )