mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-24 13:53:11 +00:00
FreeBSD also needs the OS-X "don't declare system functions as
nothrow" fix since it also has jemalloc in the base system
This commit is contained in:
committed by
David Goldblatt
parent
89fe8ee6bf
commit
c9946fa7e6
@@ -142,7 +142,7 @@
|
|||||||
# define JEMALLOC_COLD
|
# define JEMALLOC_COLD
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(__APPLE__) && !defined(JEMALLOC_NO_RENAME)
|
#if (defined(__APPLE__) || defined(__FreeBSD__)) && !defined(JEMALLOC_NO_RENAME)
|
||||||
# define JEMALLOC_SYS_NOTHROW
|
# define JEMALLOC_SYS_NOTHROW
|
||||||
#else
|
#else
|
||||||
# define JEMALLOC_SYS_NOTHROW JEMALLOC_NOTHROW
|
# define JEMALLOC_SYS_NOTHROW JEMALLOC_NOTHROW
|
||||||
|
|||||||
Reference in New Issue
Block a user