2 files changed
+2
-2
lines changedSubmodule compiler-rt updated 820 files
- INSTALL+4-17
- Makefile.in+10-11
- bin/pprof+9
- config.sub+2
- configure+343-238
- configure.ac+110-95
- doc/jemalloc.xml.in+146-293
- include/jemalloc/internal/arena.h+188-76
- include/jemalloc/internal/base.h+1-1
- include/jemalloc/internal/bitmap.h+2-2
- include/jemalloc/internal/chunk.h+7-3
- include/jemalloc/internal/chunk_mmap.h+1-1
- include/jemalloc/internal/ctl.h-5
- include/jemalloc/internal/extent.h+3
- include/jemalloc/internal/hash.h+4-4
- include/jemalloc/internal/huge.h+5-15
- include/jemalloc/internal/jemalloc_internal.h.in+38-162
- include/jemalloc/internal/jemalloc_internal_decls.h+60
- include/jemalloc/internal/jemalloc_internal_defs.h.in+17-10
- include/jemalloc/internal/jemalloc_internal_macros.h+6
- include/jemalloc/internal/private_symbols.txt+26-9
- include/jemalloc/internal/prof.h+78-166
- include/jemalloc/internal/size_classes.sh+205-61
- include/jemalloc/internal/stats.h+5
- include/jemalloc/internal/tcache.h+8-44
- include/jemalloc/internal/util.h+75
- include/jemalloc/internal/valgrind.h+112
- include/jemalloc/jemalloc_defs.h.in-3
- include/jemalloc/jemalloc_macros.h.in-17
- include/jemalloc/jemalloc_protos.h.in+2-11
- include/msvc_compat/C99/inttypes.h
- include/msvc_compat/C99/stdbool.h
- include/msvc_compat/C99/stdint.h
- src/arena.c+206-121
- src/base.c+6-13
- src/chunk.c+111-58
- src/chunk_dss.c+12-11
- src/chunk_mmap.c+6-3
- src/ctl.c+88-61
- src/huge.c+23-102
- src/jemalloc.c+106-199
- src/prof.c+87-59
- src/quarantine.c+1-1
- src/rtree.c+2-2
- src/stats.c+13-16
- src/tcache.c+40
- src/util.c+5-3
- src/valgrind.c+34
- test/include/test/jemalloc_test_defs.h.in+1
- test/include/test/test.h+193-193
- test/integration/MALLOCX_ARENA.c+16-5
- test/integration/allocm.c-107
- test/integration/chunk.c+58
- test/integration/mremap.c-45
- test/integration/rallocm.c-111
- test/integration/rallocx.c+5-3
- test/src/SFMT.c+1-1
- test/src/mtx.c+4
- test/src/test.c+16-3
- test/src/thd.c+5-1
- test/unit/SFMT.c+1.0k-1.0k
- test/unit/hash.c+2-2
- test/unit/junk.c+3-6
- test/unit/mallctl.c+16-19
- test/unit/math.c+6
- test/unit/mq.c+1-1
- test/unit/stats.c+15-11
- test/unit/util.c+49-49
0 commit comments