mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-24 05:33:06 +00:00
Define LG_QUANTUM for hppa.
Submitted by Jory Pratt.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user