svn commit: r279909 - head/contrib/jemalloc/include/jemalloc

Ed Maste emaste at FreeBSD.org
Thu Mar 12 08:52:01 UTC 2015


Author: emaste
Date: Thu Mar 12 08:52:00 2015
New Revision: 279909
URL: https://svnweb.freebsd.org/changeset/base/279909

Log:
  Add aarch64 (arm64) #define for jemalloc
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/contrib/jemalloc/include/jemalloc/jemalloc_FreeBSD.h

Modified: head/contrib/jemalloc/include/jemalloc/jemalloc_FreeBSD.h
==============================================================================
--- head/contrib/jemalloc/include/jemalloc/jemalloc_FreeBSD.h	Thu Mar 12 08:40:32 2015	(r279908)
+++ head/contrib/jemalloc/include/jemalloc/jemalloc_FreeBSD.h	Thu Mar 12 08:52:00 2015	(r279909)
@@ -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


More information about the svn-src-head mailing list