mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 22:51:50 +03:00
Add OpenRISC/or1k LG_QUANTUM size definition
This commit is contained in:
parent
087ef3bc71
commit
ffa259841c
1 changed files with 3 additions and 0 deletions
|
|
@ -203,6 +203,9 @@ static const bool config_ivsalloc =
|
|||
# ifdef __mips__
|
||||
# define LG_QUANTUM 3
|
||||
# endif
|
||||
# ifdef __or1k__
|
||||
# define LG_QUANTUM 3
|
||||
# endif
|
||||
# ifdef __powerpc__
|
||||
# define LG_QUANTUM 4
|
||||
# endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue