xbuffer ~master (2018-08-23T10:11:32Z)
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.