Add aarch64 (arm64) #define for jemalloc

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
emaste 2015-03-12 08:52:00 +00:00
parent f6b7187a7c
commit 8f1c95f606

View File

@ -40,6 +40,9 @@
#ifdef __arm__
# define LG_SIZEOF_PTR 2
#endif
#ifdef __aarch64__
# define LG_SIZEOF_PTR 3
#endif
#ifdef __mips__
#ifdef __mips_n64
# define LG_SIZEOF_PTR 3