Add aarch64 (arm64) #define for jemalloc
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
4c4073fd06
commit
552f44af8b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user