lwdr ~master (2021-10-15T13:07:10Z)
Dub
Repo
LWDR.free
lwdr
LWDR
Finalise (if possible) and deallocate struct pointed to by
ptr
.
void
free
(T obj)
void
free
(TArr arr)
void
free
(TPtr ptr)
void
free
(TPtr ptr)
class
LWDR
static nothrow @
trusted
void
free
(
TPtr
:
T
*
T
)
(
ref
TPtr
ptr
)
if
(
is
(
T
== struct)
)
Meta
Source
See Implementation
lwdr
LWDR
static functions
deregisterCurrentThread
free
freeDelegateContext
registerCurrentThread
startRuntime
stopRuntime
Finalise (if possible) and deallocate struct pointed to by ptr.