Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Aug 2014 09:31:55 +0000 (UTC)
From:      Andrew Turner <andrew@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r270015 - projects/arm64/contrib/jemalloc/include/jemalloc
Message-ID:  <201408150931.s7F9Vt0C053621@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: andrew
Date: Fri Aug 15 09:31:55 2014
New Revision: 270015
URL: http://svnweb.freebsd.org/changeset/base/270015

Log:
  Add support for arm64 to jemalloc

Modified:
  projects/arm64/contrib/jemalloc/include/jemalloc/jemalloc_FreeBSD.h

Modified: projects/arm64/contrib/jemalloc/include/jemalloc/jemalloc_FreeBSD.h
==============================================================================
--- projects/arm64/contrib/jemalloc/include/jemalloc/jemalloc_FreeBSD.h	Fri Aug 15 09:31:51 2014	(r270014)
+++ projects/arm64/contrib/jemalloc/include/jemalloc/jemalloc_FreeBSD.h	Fri Aug 15 09:31:55 2014	(r270015)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408150931.s7F9Vt0C053621>