diff options
| author | Jason Evans <jasone@canonware.com> | 2013-06-03 04:05:59 (GMT) |
|---|---|---|
| committer | Jason Evans <jasone@canonware.com> | 2013-06-03 04:05:59 (GMT) |
| commit | 0ed518e5dab789ad2171bb38977a8927e2a26775 (patch) | |
| tree | 839c8d334476ff176c714a82973070930cab7613 /include/jemalloc/internal | |
| parent | 9ef9d9e8c271cdf14f664b871a8f98c827714784 (diff) | |
| parent | 765cc2b58377551c820e2f2ffc0a311ed31a386c (diff) | |
| download | jemalloc-3.4.0.zip jemalloc-3.4.0.tar.gz jemalloc-3.4.0.tar.bz2 | |
Merge branch 'dev'3.4.0
Diffstat (limited to 'include/jemalloc/internal')
| -rw-r--r-- | include/jemalloc/internal/jemalloc_internal.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/jemalloc/internal/jemalloc_internal.h.in b/include/jemalloc/internal/jemalloc_internal.h.in index 50d84ca..e46ac54 100644 --- a/include/jemalloc/internal/jemalloc_internal.h.in +++ b/include/jemalloc/internal/jemalloc_internal.h.in @@ -278,6 +278,9 @@ static const bool config_ivsalloc = # ifdef __arm__ # define LG_QUANTUM 3 # endif +# ifdef __aarch64__ +# define LG_QUANTUM 4 +# endif # ifdef __hppa__ # define LG_QUANTUM 4 # endif |
