gfm v2.3.30 (2015-07-23T22:31:41Z)
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
assumeNothrowNoGC
debugBreak
destroyFree
mallocEmplace
nextAlignedPointer
nogc_qsort
Destroys and frees a class object created with mallocEmplace.