dplug v4.2.2 (2017-05-30T16:49:02Z)
Home
Dub
Repo
destroyFree
dplug
core
nogc
Destroys and frees a non-class object created with
mallocEmplace
.
void
destroyFree
(T p)
void
destroyFree
(T p)
void
destroyFree
(T* p)
void
destroyFree
(
T
)
(
T
*
p
)
if
(
!
is
(
T
== class)
)
Meta
Source
See Implementation
dplug
core
nogc
aliases
CString
CString16
nogcComparisonFunction
functions
assumeNoGC
assumeNothrowNoGC
browseNoGC
debugBreak
destroyFree
destroyNoGC
ensureNotInGC
freeSlice
isCalledByGC
mallocDup
mallocEmplace
mallocIDup
mallocSlice
mallocSliceNoInit
mergeSort
quicksort
stringNCopy
unrecoverableError
unsafeObjectCast
structs
CStringImpl
Destroys and frees a non-class object created with mallocEmplace.