xbuffer v0.3.0 (2018-06-06T10:10:28Z)
Dub
Repo
xfree
xbuffer
memory
Uses
pureFree
to release allocated memory.
void
xfree
(void* ptr)
pure nothrow @
system
@
nogc
void
xfree
(
void
*
ptr
)
void
xfree
(T[] array)
void
xfree
(T obj)
Meta
Source
See Implementation
xbuffer
memory
functions
xalloc
xcalloc
xfree
xmalloc
xrealloc
Uses pureFree to release allocated memory.