We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e0af0b commit 939941dCopy full SHA for 939941d
src/julia_internal.h
@@ -154,7 +154,7 @@ void gc_sweep_sysimg(void);
154
#define JL_SMALL_BYTE_ALIGNMENT 16
155
#define JL_CACHE_BYTE_ALIGNMENT 64
156
// JL_HEAP_ALIGNMENT is the maximum alignment that the GC can provide
157
-#define JL_HEAP_ALIGNMENT JL_SMALL_BYTE_ALIGNMENT
+#define JL_HEAP_ALIGNMENT JL_CACHE_BYTE_ALIGNMENT
158
#define GC_MAX_SZCLASS (2032-sizeof(void*))
159
160
// pools are 16376 bytes large (GC_POOL_SZ - GC_PAGE_OFFSET)
0 commit comments