diff options
author | Jason Evans <jasone@canonware.com> | 2017-02-13 01:43:33 (GMT) |
---|---|---|
committer | Jason Evans <jasone@canonware.com> | 2017-02-16 17:39:46 (GMT) |
commit | 6b5cba41916549f1aa37adac45659b60293d9495 (patch) | |
tree | 8f6dd1067519492220a2a7ab5429972d2c245b37 /include/jemalloc/internal/jemalloc_internal.h.in | |
parent | fa2d64c94b07ee21a0f6f44b9fe6e3bbefa51c6c (diff) | |
download | jemalloc-6b5cba41916549f1aa37adac45659b60293d9495.zip jemalloc-6b5cba41916549f1aa37adac45659b60293d9495.tar.gz jemalloc-6b5cba41916549f1aa37adac45659b60293d9495.tar.bz2 |
Convert arena->stats synchronization to atomics.
Diffstat (limited to 'include/jemalloc/internal/jemalloc_internal.h.in')
-rw-r--r-- | include/jemalloc/internal/jemalloc_internal.h.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/jemalloc/internal/jemalloc_internal.h.in b/include/jemalloc/internal/jemalloc_internal.h.in index 7e9c24b..0d0440b 100644 --- a/include/jemalloc/internal/jemalloc_internal.h.in +++ b/include/jemalloc/internal/jemalloc_internal.h.in @@ -411,10 +411,10 @@ typedef unsigned szind_t; #include "jemalloc/internal/spin_structs.h" #include "jemalloc/internal/ticker_structs.h" #include "jemalloc/internal/ckh_structs.h" -#include "jemalloc/internal/stats_structs.h" -#include "jemalloc/internal/ctl_structs.h" #include "jemalloc/internal/witness_structs.h" #include "jemalloc/internal/mutex_structs.h" +#include "jemalloc/internal/stats_structs.h" +#include "jemalloc/internal/ctl_structs.h" #include "jemalloc/internal/bitmap_structs.h" #include "jemalloc/internal/arena_structs_a.h" #include "jemalloc/internal/extent_structs.h" |