diff options
author | Faidon Liambotis <paravoid@debian.org> | 2017-08-07 18:51:09 (GMT) |
---|---|---|
committer | Qi Wang <interwq@gmail.com> | 2017-08-11 23:35:44 (GMT) |
commit | 8da69b69e6c4cd951832138780ac632e57987b7c (patch) | |
tree | 6bfdb8ac6fbc887f8a8049a1bb926b1da8d560b8 /test/unit | |
parent | 3ec279ba1c702286b2a7d4ce7aaf48d7905f1c5b (diff) | |
download | jemalloc-8da69b69e6c4cd951832138780ac632e57987b7c.zip jemalloc-8da69b69e6c4cd951832138780ac632e57987b7c.tar.gz jemalloc-8da69b69e6c4cd951832138780ac632e57987b7c.tar.bz2 |
Fix support for GNU/kFreeBSD
The configure.ac seciton right now is the same for Linux and kFreeBSD,
which results into an incorrect configuration of e.g. defining
JEMALLOC_PROC_SYS_VM_OVERCOMMIT_MEMORY instead of FreeBSD's
JEMALLOC_SYSCTL_VM_OVERCOMMIT.
GNU/kFreeBSD is really a glibc + FreeBSD kernel system, so it needs its
own entry which has a mixture of configuration options from Linux and
FreeBSD.
Diffstat (limited to 'test/unit')
0 files changed, 0 insertions, 0 deletions