xlld.memorymanager

MemoryManager.D

Ported from MemoryManager.cpp by Laeeth Isharc // // Platform: Microsoft Windows // ///***************************************************************************

Members

Aliases

Allocator
alias Allocator = Mallocator
Undocumented in source.
allocator
alias allocator = Allocator.instance
Undocumented in source.

Functions

FreeAllTempMemory
void FreeAllTempMemory()
Undocumented in source. Be warned that the author may not have intended to support it.
GetTempMemory
ubyte* GetTempMemory(size_t numBytes)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

MaxMemorySize
enum MaxMemorySize;
Undocumented in source.
StartingMemorySize
enum StartingMemorySize;
Undocumented in source.

Structs

MemoryPool
struct MemoryPool
Undocumented in source.

Meta