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