2 files changed
+2
-2
lines changed- .appveyor.yml+28
- .travis.yml+29
- ChangeLog+81-1
- INSTALL+14
- Makefile.in+41-24
- README+1-1
- build-aux/config.guess+108-66
- build-aux/config.sub+52-24
- configure.ac+271-35
- doc/html.xsl.in+1
- doc/jemalloc.xml.in+130-128
- doc/stylesheet.xsl+5-2
- include/jemalloc/internal/arena.h+70-58
- include/jemalloc/internal/chunk.h+6-8
- include/jemalloc/internal/chunk_dss.h+5-7
- include/jemalloc/internal/ckh.h+4-4
- include/jemalloc/internal/extent.h+36-5
- include/jemalloc/internal/huge.h+1-1
- include/jemalloc/internal/jemalloc_internal.h.in+111-17
- include/jemalloc/internal/jemalloc_internal_decls.h+10
- include/jemalloc/internal/jemalloc_internal_defs.h.in+44-9
- include/jemalloc/internal/mb.h+2-2
- include/jemalloc/internal/mutex.h+9
- include/jemalloc/internal/nstime.h+3-3
- include/jemalloc/internal/pages.h+2
- include/jemalloc/internal/private_symbols.txt+48-29
- include/jemalloc/internal/prng.h+139-11
- include/jemalloc/internal/prof.h+4-4
- include/jemalloc/internal/size_classes.sh+39-7
- include/jemalloc/internal/spin.h+51
- include/jemalloc/internal/stats.h+2-6
- include/jemalloc/internal/tcache.h+1-1
- include/jemalloc/internal/tsd.h+57-17
- include/jemalloc/internal/util.h+12-18
- include/jemalloc/internal/valgrind.h+20-6
- include/jemalloc/internal/witness.h+28-11
- jemalloc.pc.in+1-1
- msvc/ReadMe.txt+1-1
- msvc/projects/vc2015/jemalloc/jemalloc.vcxproj+5-1
- msvc/projects/vc2015/jemalloc/jemalloc.vcxproj.filters+14-2
- msvc/projects/vc2015/test_threads/test_threads.cpp+3-3
- src/arena.c+279-307
- src/base.c+17-7
- src/chunk.c+77-94
- src/chunk_dss.c+103-79
- src/ckh.c+24-23
- src/ctl.c+4-4
- src/extent.c+46-22
- src/huge.c+16-10
- src/jemalloc.c+150-51
- src/mutex.c+2
- src/nstime.c+71-27
- src/pages.c+55-6
- src/prof.c+42-45
- src/rtree.c+5-2
- src/spin.c+2
- src/stats.c+858-380
- src/tcache.c+7-7
- src/tsd.c+5-5
- src/util.c+2-2
- src/zone.c+120-66
- test/include/test/mtx.h+2
- test/integration/MALLOCX_ARENA.c+2-2
- test/integration/aligned_alloc.c+17-3
- test/integration/allocated.c+9-8
- test/integration/chunk.c+18-17
- test/integration/mallocx.c+27-7
- test/integration/overflow.c+4-4
- test/integration/posix_memalign.c+17-3
- test/integration/rallocx.c+2-2
- test/integration/sdallocx.c+2-2
- test/integration/thread_arena.c+6-4
- test/integration/thread_tcache_enabled.c+20-19
- test/integration/xallocx.c+4-4
- test/src/mtx.c+7
- test/unit/arena_reset.c+4-4
- test/unit/ckh.c+21-21
- test/unit/decay.c+48-34
- test/unit/fork.c+1-1
- test/unit/junk.c+2-2
- test/unit/mallctl.c+112-99
- test/unit/math.c+4
- test/unit/nstime.c+8-1
- test/unit/pack.c+206
- test/unit/pages.c+27
- test/unit/prng.c+207-12
- test/unit/prof_accum.c+3-2
- test/unit/prof_active.c+3-2
- test/unit/prof_gdump.c+7-6
- test/unit/prof_idump.c+3-2
- test/unit/prof_reset.c+7-6
- test/unit/prof_thread_name.c+12-10
- test/unit/run_quantize.c+11-11
- test/unit/size_classes.c+87-15
- test/unit/stats.c+116-107
- test/unit/tsd.c+4-4
- test/unit/util.c+5-3
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
135 | 135 |
| |
136 | 136 |
| |
137 | 137 |
| |
138 |
| - | |
| 138 | + | |
139 | 139 |
| |
140 | 140 |
| |
141 | 141 |
| |
|
0 commit comments