Modules§
- Simple
Array - alloc
- Memory allocation functions. This module provides functions for memory allocation, deallocation, and reallocation.
Structs§
- Memory
Manager - Memory manager interface
- TESGlobal
Alloc - The Skyrim global memory allocator using
MemoryManager
C++ class. - Thread
Scrap Heap - Represents a thread-local heap in the memory manager.