History log of /freebsd/tools/build/options/LIBC_MALLOC (Results 1 – 2 of 2)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/14.0.0
# a8ae129e 01-Sep-2023 Brooks Davis <brooks@FreeBSD.org>

LIBC_MALLOC: description typo fix

Fixes: 09e32b2fddf5f673f76e2fffa415a73d99a6f309
Reported by: jrtc27


# 09e32b2f 01-Sep-2023 Brooks Davis <brooks@FreeBSD.org>

libc: add LIBC_MALLOC option

This will enable alternative mallocs to be included in the tree and
selected by setting LIBC_MALLOC. As there is only one today (jemalloc)
this option does nothing, but

libc: add LIBC_MALLOC option

This will enable alternative mallocs to be included in the tree and
selected by setting LIBC_MALLOC. As there is only one today (jemalloc)
this option does nothing, but we expect to add other implementations
in the future. This will also reduce diffs to CheriBSD.

Reviewed by: emaste
Differential Revision: https://reviews.freebsd.org/D41660

show more ...