Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F140171144
D45042.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
510 B
Referenced Files
None
Subscribers
None
D45042.diff
View Options
Index: contrib/jemalloc/include/jemalloc/jemalloc_FreeBSD.h
===================================================================
--- contrib/jemalloc/include/jemalloc/jemalloc_FreeBSD.h
+++ contrib/jemalloc/include/jemalloc/jemalloc_FreeBSD.h
@@ -82,7 +82,11 @@
# define JEMALLOC_TLS_MODEL /* Default. */
#endif
+#ifdef __aarch64__
+#define LG_PAGE PAGE_SHIFT_16K
+#else
#define LG_PAGE PAGE_SHIFT
+#endif
#define LG_SIZEOF_INT 2
#define LG_SIZEOF_LONG LG_SIZEOF_PTR
#define LG_SIZEOF_INTMAX_T 3
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Dec 22, 2:18 AM (6 h, 49 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27131000
Default Alt Text
D45042.diff (510 B)
Attached To
Mode
D45042: arm64: Make jemalloc safe for 16k / 4k interoperability
Attached
Detach File
Event Timeline
Log In to Comment