aboutsummaryrefslogtreecommitdiff
path: root/tools/build/options/LIBC_MALLOC
diff options
context:
space:
mode:
Diffstat (limited to 'tools/build/options/LIBC_MALLOC')
-rw-r--r--tools/build/options/LIBC_MALLOC13
1 files changed, 13 insertions, 0 deletions
diff --git a/tools/build/options/LIBC_MALLOC b/tools/build/options/LIBC_MALLOC
new file mode 100644
index 000000000000..5a72f7730fc7
--- /dev/null
+++ b/tools/build/options/LIBC_MALLOC
@@ -0,0 +1,13 @@
+Specify the
+.Xr malloc 3
+implementation used by libc.
+The default value is
+.Li jemalloc .
+Valid values are:
+.Bl -tag -width indent
+.It Li jemalloc
+.El
+.Pp
+Other implementations are expected in the future in both
+.Fx
+and downstream consumers.