dplug v6.0.22
Dub
Repo
destroyFree
dplug
core
nogc
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)
void
destroyFree
(T* p)
Meta
Source
See Implementation
dplug
core
nogc
aliases
nogcComparisonFunction
functions
assumeZeroTerminated
debugBreak
destroyFree
freeSlice
mallocDup
mallocEmplace
mallocIDup
mallocNew
mallocSlice
mallocSliceNoInit
mergeSort
quicksort
stringDup
stringIDup
unrecoverableError
unsafeObjectCast
structs
CStringImpl
Destroys and frees a class object created with mallocEmplace.