libd.memory.funcs

Undocumented in source.

Members

Enums

OnMove
enum OnMove
Undocumented in source.

Functions

_d_memoryInit
void _d_memoryInit()
Undocumented in source. Be warned that the author may not have intended to support it.
dtorSliceIfNeeded
void dtorSliceIfNeeded(NotNullSlice!T slice)
Undocumented in source. Be warned that the author may not have intended to support it.
emplaceCtor
void emplaceCtor(T dest, Params params)
Undocumented in source. Be warned that the author may not have intended to support it.
emplaceInit
void emplaceInit(T dest)
Undocumented in source. Be warned that the author may not have intended to support it.
memcpy
void memcpy(void* source, void* dest, size_t bytes)
Undocumented in source. Be warned that the author may not have intended to support it.
memset
void memset(ubyte value, void* dest, size_t amount)
Undocumented in source. Be warned that the author may not have intended to support it.
move
void move(T source, T dest)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

g_alloc
AllocatorWrapperOf!SystemAllocator g_alloc;
Undocumented in source.

Meta