mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-26 17:13:35 +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__
|
# ifdef __arm__
|
||||||
# define LG_QUANTUM 3
|
# define LG_QUANTUM 3
|
||||||
# endif
|
# endif
|
||||||
|
# ifdef __hppa__
|
||||||
|
# define LG_QUANTUM 4
|
||||||
|
# endif
|
||||||
# ifdef __mips__
|
# ifdef __mips__
|
||||||
# define LG_QUANTUM 3
|
# define LG_QUANTUM 3
|
||||||
# endif
|
# endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue