gfm v5.0.0 (2016-02-01T09:03:58Z)
Home
Dub
Repo
destroyFree
gfm
core
memory
Destroys and frees a class object created with
mallocEmplace
.
void
destroyFree
(T p)
void
destroyFree
(
T
)
(
T
p
)
if
(
is
(
T
== class)
)
void
destroyFree
(T* p)
Meta
Source
See Implementation
gfm
core
memory
aliases
nogcComparisonFunction
functions
alignedFree
alignedMalloc
alignedRealloc
assumeNoGC
assumeNothrow
assumeNothrowNoGC
debugBreak
destroyFree
ensureNotInGC
isCalledByGC
mallocEmplace
nextAlignedPointer
nogc_qsort
Destroys and frees a class object created with mallocEmplace.