1 file changed
+1
-1
lines changed- .gitignore+16
- ChangeLog+73
- INSTALL+8
- Makefile.in+40-13
- bin/jeprof.in+116-15
- build-aux/config.guess
- build-aux/config.sub
- build-aux/install-sh
- configure.ac+54-14
- doc/jemalloc.xml.in+182-36
- include/jemalloc/internal/arena.h+189-86
- include/jemalloc/internal/assert.h+45
- include/jemalloc/internal/atomic.h+2-2
- include/jemalloc/internal/bitmap.h+60-16
- include/jemalloc/internal/chunk_mmap.h+2-2
- include/jemalloc/internal/ckh.h+2-4
- include/jemalloc/internal/ctl.h+4
- include/jemalloc/internal/hash.h+27-6
- include/jemalloc/internal/huge.h+4-4
- include/jemalloc/internal/jemalloc_internal.h.in+128-81
- include/jemalloc/internal/jemalloc_internal_decls.h+1
- include/jemalloc/internal/jemalloc_internal_defs.h.in+9-2
- include/jemalloc/internal/nstime.h+48
- include/jemalloc/internal/private_symbols.txt+65-21
- include/jemalloc/internal/prng.h+43-24
- include/jemalloc/internal/prof.h+3-3
- include/jemalloc/internal/rb.h+115-93
- include/jemalloc/internal/size_classes.sh+2-2
- include/jemalloc/internal/smoothstep.h+246
- include/jemalloc/internal/smoothstep.sh+115
- include/jemalloc/internal/stats.h+12-2
- include/jemalloc/internal/tcache.h+83-41
- include/jemalloc/internal/ticker.h+75
- include/jemalloc/internal/tsd.h+3-3
- include/jemalloc/internal/util.h+108-78
- include/jemalloc/jemalloc_defs.h.in+8
- include/jemalloc/jemalloc_macros.h.in+30-29
- include/msvc_compat/strings.h+30
- msvc/ReadMe.txt+24
- msvc/jemalloc_vc2015.sln+63
- msvc/projects/vc2015/jemalloc/jemalloc.vcxproj+392
- msvc/projects/vc2015/jemalloc/jemalloc.vcxproj.filters+245
- msvc/projects/vc2015/test_threads/test_threads.cpp+89
- msvc/projects/vc2015/test_threads/test_threads.h+3
- msvc/projects/vc2015/test_threads/test_threads.vcxproj+327
- msvc/projects/vc2015/test_threads/test_threads.vcxproj.filters+26
- msvc/projects/vc2015/test_threads/test_threads_main.cpp+12
- src/arena.c+621-260
- src/bitmap.c+49-13
- src/chunk.c+33-24
- src/chunk_mmap.c+6-4
- src/ckh.c+14-14
- src/ctl.c+240-143
- src/extent.c+2-2
- src/huge.c+39-26
- src/jemalloc.c+415-288
- src/nstime.c+148
- src/prng.c+2
- src/prof.c+41-24
- src/quarantine.c+11-9
- src/stats.c+52-20
- src/tcache.c+29-20
- src/ticker.c+2
- src/tsd.c+5-3
- src/util.c+22-4
- src/zone.c+4-2
- test/include/test/jemalloc_test.h.in+1-1
- test/include/test/timer.h+2-17
- test/integration/mallocx.c+22
- test/integration/rallocx.c+80-6
- test/integration/xallocx.c+20-20
- test/src/timer.c+8-32
- test/unit/bitmap.c+13-9
- test/unit/decay.c+360
- test/unit/hash.c+18-5
- test/unit/mallctl.c+116-18
- test/unit/nstime.c+220
- test/unit/prng.c+68
- test/unit/rb.c+39-21
- test/unit/run_quantize.c+149
- test/unit/size_classes.c+24-1
- test/unit/smoothstep.c+106
- test/unit/stats.c+4-4
- test/unit/ticker.c+76
- test/unit/util.c+46-23
0 commit comments