summaryrefslogtreecommitdiffstats
path: root/include/jemalloc/internal/arena.h
diff options
context:
space:
mode:
authorJason Evans <jasone@canonware.com>2016-11-08 01:21:12 (GMT)
committerJason Evans <jasone@canonware.com>2016-11-08 01:21:12 (GMT)
commit0110fa8451af905affd77c3bea0d545fee2251b2 (patch)
treebb6683029386303f8474765409f26aad2d7cb821 /include/jemalloc/internal/arena.h
parent9bef119b42d2d5041621f975177fb7dc20fc447c (diff)
parentb0f56583b7f7abcdc00df42a0ae102bc64c5bd72 (diff)
downloadjemalloc-4.3.1.zip
jemalloc-4.3.1.tar.gz
jemalloc-4.3.1.tar.bz2
Merge branch 'rc-4.3.1'4.3.1
Diffstat (limited to 'include/jemalloc/internal/arena.h')
-rw-r--r--include/jemalloc/internal/arena.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/jemalloc/internal/arena.h b/include/jemalloc/internal/arena.h
index 1277d08..f39ce54 100644
--- a/include/jemalloc/internal/arena.h
+++ b/include/jemalloc/internal/arena.h
@@ -370,7 +370,7 @@ struct arena_s {
* PRNG state for cache index randomization of large allocation base
* pointers.
*/
- uint64_t offset_state;
+ size_t offset_state;
dss_prec_t dss_prec;