diff options
author | Noam Postavsky <npostavs@users.sourceforge.net> | 2017-10-31 13:31:46 -0400 |
---|---|---|
committer | Noam Postavsky <npostavs@gmail.com> | 2017-11-04 18:49:28 -0400 |
commit | 918a2dda07ebf16601a93d0464f62c4e846d8b39 (patch) | |
tree | f98b930dcbcfb83608c38d949254dabaeeddaec9 /test/lisp/emacs-lisp | |
parent | 725ab635d9c4c0ecbd4b28df16d2b97337bbe989 (diff) | |
download | emacs-918a2dda07ebf16601a93d0464f62c4e846d8b39.tar.gz emacs-918a2dda07ebf16601a93d0464f62c4e846d8b39.tar.bz2 emacs-918a2dda07ebf16601a93d0464f62c4e846d8b39.zip |
Use hybrid malloc for FreeBSD (Bug#28308)
FreeBSD aarch64 does not provide sbrk, so gmalloc cannot be used; when
using system malloc dumping does not work correctly (allocated data is
invalid after dumping).
* configure.ac: Set hybrid_malloc for freebsd.
* src/gmalloc.c (gdefault_morecore) [!HAVE_SBRK]: Don't call sbrk.
Diffstat (limited to 'test/lisp/emacs-lisp')
0 files changed, 0 insertions, 0 deletions