Module MemoryManager

Source

Modules§

SimpleArray
alloc
Memory allocation functions. This module provides functions for memory allocation, deallocation, and reallocation.

Structs§

MemoryManager
Memory manager interface
TESGlobalAlloc
The Skyrim global memory allocator using MemoryManager C++ class.
ThreadScrapHeap
Represents a thread-local heap in the memory manager.

Functions§

free
Safety
malloc
Safety