Searched defs:free (Results 1 - 1 of 1) sorted by relevance

/lxc/src/lxc/
H A Dlxccontainer.h8 * This library is free software; you can redistribute it and/or
253 * \note The result is allocated, so the caller must free the result.
459 * \note The returned array is allocated, so the caller must free it.
475 * \note The returned array is allocated, so the caller must free it.
679 * \note The array returned in \p snapshots is allocated, so the caller must free it.
680 * \note To free an individual snapshot as returned in \p
681 * snapshots, call the snapshots \c free function (see \c src/tests/snapshot.c for an example).
841 void (*free)(struct lxc_snapshot *s); member in struct:lxc_snapshot

Completed in 11 milliseconds