mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-22 04:03:11 +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__
|
||||
# define LG_QUANTUM 4
|
||||
# endif
|
||||
# ifdef __arc__
|
||||
# define LG_QUANTUM 3
|
||||
# endif
|
||||
# ifndef LG_QUANTUM
|
||||
# error "Unknown minimum alignment for architecture; specify via "
|
||||
"--with-lg-quantum"
|
||||
|
||||
Reference in New Issue
Block a user