CommonLibSSE NG
|
#include "RE/M/MemoryManager.h"
Go to the source code of this file.
Classes | |
class | RE::BSTArrayBase |
class | RE::BSTArrayBase::IAllocatorFunctor |
class | RE::BSTArrayHeapAllocator |
class | RE::BSTSmallArrayHeapAllocator< N > |
class | RE::BSScrapArrayAllocator |
class | RE::BSTArray< T, Allocator > |
class | RE::BSStaticArray< T > |
class | RE::BSTSmallSharedArray< T > |
Namespaces | |
namespace | RE |
Typedefs | |
template<class T , std::uint32_t N = 1> | |
using | RE::BSTSmallArray = BSTArray< T, BSTSmallArrayHeapAllocator< sizeof(T) *N > > |
template<class T > | |
using | RE::BSScrapArray = BSTArray< T, BSScrapArrayAllocator > |