mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-05-15 17:36:21 +03:00
ARC: add Minimum allocation alignment
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
This commit is contained in:
parent
2c0f4c2ac3
commit
2381efab57
1 changed files with 3 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue