aboutsummaryrefslogtreecommitdiffstats
path: root/man/zfree.3
diff options
context:
space:
mode:
Diffstat (limited to 'man/zfree.3')
-rw-r--r--man/zfree.321
1 files changed, 21 insertions, 0 deletions
diff --git a/man/zfree.3 b/man/zfree.3
new file mode 100644
index 0000000..755859a
--- /dev/null
+++ b/man/zfree.3
@@ -0,0 +1,21 @@
+.TH ZFREE 3 libzahl
+.SH NAME
+zfree - Cache an allocation for reuse
+.SH SYNOPSIS
+.nf
+#include <zahl.h>
+
+void zfree(z_t \fIa\fP);
+.fi
+.SH DESCRIPTION
+.B zfree
+caches the memory stored in
+.I a
+for reuse.
+.I a
+must not be used again until
+.BR zinit (3),
+is called for it again.
+.SH SEE ALSO
+.BR zinit (3),
+.BR zswap (3)