mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 22:51:50 +03:00
Define LG_QUANTUM for hppa.
Submitted by Jory Pratt.
This commit is contained in:
parent
5c710cee78
commit
dd03a2e377
1 changed files with 3 additions and 0 deletions
|
|
@ -270,6 +270,9 @@ static const bool config_ivsalloc =
|
|||
# ifdef __arm__
|
||||
# define LG_QUANTUM 3
|
||||
# endif
|
||||
# ifdef __hppa__
|
||||
# define LG_QUANTUM 4
|
||||
# endif
|
||||
# ifdef __mips__
|
||||
# define LG_QUANTUM 3
|
||||
# endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue