lifetime.common

Undocumented in source.

Public Imports

lwdr.tracking
public import lwdr.tracking;

Members

Functions

_d_delmemory
void _d_delmemory(void** p)

Deallocate heap memory

rt_finalize
void rt_finalize(void* p, bool det, bool resetMemory)

Finalize (run dtors) on type

structTypeInfoSize
size_t structTypeInfoSize(TypeInfo ti)
Undocumented in source. Be warned that the author may not have intended to support it.
unqualify
inout(TypeInfo) unqualify(inout(TypeInfo) cti)
Undocumented in source. Be warned that the author may not have intended to support it.
zeroMem
void zeroMem(void* ptr, size_t length)

Zero the memory of target ptr

Meta