mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-24 05:33:06 +00:00
ARC: add Minimum allocation alignment
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
This commit is contained in:
committed by
David Goldblatt
parent
2c0f4c2ac3
commit
2381efab57
@@ -65,6 +65,9 @@
|
|||||||
# ifdef __le32__
|
# ifdef __le32__
|
||||||
# define LG_QUANTUM 4
|
# define LG_QUANTUM 4
|
||||||
# endif
|
# endif
|
||||||
|
# ifdef __arc__
|
||||||
|
# define LG_QUANTUM 3
|
||||||
|
# endif
|
||||||
# ifndef LG_QUANTUM
|
# ifndef LG_QUANTUM
|
||||||
# error "Unknown minimum alignment for architecture; specify via "
|
# error "Unknown minimum alignment for architecture; specify via "
|
||||||
"--with-lg-quantum"
|
"--with-lg-quantum"
|
||||||
|
|||||||
Reference in New Issue
Block a user