evael.lib.memory

Undocumented in source.

Modules

no_gc_class
module evael.lib.memory.no_gc_class
Undocumented in source.

Public Imports

evael.lib.memory.no_gc_class
public import evael.lib.memory.no_gc_class;

Members

Aliases

CustomStatsCollector
alias CustomStatsCollector = StatsCollector!(Mallocator, Options.all, Options.all)
Undocumented in source.

Classes

MemoryHelper
class MemoryHelper

Static helper that provides @nogc new and delete.

Static variables

defaultAllocator
CustomStatsCollector defaultAllocator;
Undocumented in source.
defaultAllocator
Mallocator defaultAllocator;
Undocumented in source.

Meta