Add aarch64 (arm64) #define for jemalloc

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Ed Maste 2015-03-12 08:52:00 +00:00
parent 4c4073fd06
commit 552f44af8b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=279909

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