gfm7 ~master (2021-07-09T09:06:39Z)
Home
Dub
Repo
destroyFree
gfm
core
memory
Destroys and frees a non-class object created with
mallocEmplace
.
void
destroyFree
(T p)
void
destroyFree
(T* p)
deprecated
void
destroyFree
(
T
)
(
T
*
p
)
if
(
!
is
(
T
== class)
)
Meta
Source
See Implementation
gfm
core
memory
aliases
nogcComparisonFunction
functions
alignedFree
alignedMalloc
alignedRealloc
assumeNoGC
assumeNothrow
assumeNothrowNoGC
debugBreak
destroyFree
mallocEmplace
nextAlignedPointer
nogc_qsort
stressGC
Destroys and frees a non-class object created with mallocEmplace.