/[base]
ViewVC logotype

Revision 333477


Jump to revision: Previous Next
Author: jasone
Date: Fri May 11 00:32:31 2018 UTC (6 years, 1 month ago)
Changed paths: 77
Log Message:
Update jemalloc to version 5.1.0.


Changed paths

Path Details
Directoryhead/contrib/jemalloc/COPYING modified , text changed
Directoryhead/contrib/jemalloc/ChangeLog modified , text changed
Directoryhead/contrib/jemalloc/FREEBSD-Xlist modified , text changed
Directoryhead/contrib/jemalloc/FREEBSD-diffs modified , text changed
Directoryhead/contrib/jemalloc/VERSION modified , text changed
Directoryhead/contrib/jemalloc/doc/jemalloc.3 modified , text changed
Directoryhead/contrib/jemalloc/include/jemalloc/internal/arena_externs.h modified , text changed
Directoryhead/contrib/jemalloc/include/jemalloc/internal/arena_inlines_a.h modified , text changed
Directoryhead/contrib/jemalloc/include/jemalloc/internal/arena_inlines_b.h modified , text changed
Directoryhead/contrib/jemalloc/include/jemalloc/internal/arena_stats.h added
Directoryhead/contrib/jemalloc/include/jemalloc/internal/arena_structs_b.h modified , text changed
Directoryhead/contrib/jemalloc/include/jemalloc/internal/arena_types.h modified , text changed
Directoryhead/contrib/jemalloc/include/jemalloc/internal/background_thread_externs.h modified , text changed
Directoryhead/contrib/jemalloc/include/jemalloc/internal/background_thread_structs.h modified , text changed
Directoryhead/contrib/jemalloc/include/jemalloc/internal/base_externs.h modified , text changed
Directoryhead/contrib/jemalloc/include/jemalloc/internal/base_inlines.h modified , text changed
Directoryhead/contrib/jemalloc/include/jemalloc/internal/base_structs.h modified , text changed
Directoryhead/contrib/jemalloc/include/jemalloc/internal/base_types.h modified , text changed
Directoryhead/contrib/jemalloc/include/jemalloc/internal/bin.h added
Directoryhead/contrib/jemalloc/include/jemalloc/internal/bin_stats.h added
Directoryhead/contrib/jemalloc/include/jemalloc/internal/cache_bin.h added
Directoryhead/contrib/jemalloc/include/jemalloc/internal/ctl.h modified , text changed
Directoryhead/contrib/jemalloc/include/jemalloc/internal/div.h added
Directoryhead/contrib/jemalloc/include/jemalloc/internal/emitter.h added
Directoryhead/contrib/jemalloc/include/jemalloc/internal/extent_externs.h modified , text changed
Directoryhead/contrib/jemalloc/include/jemalloc/internal/extent_inlines.h modified , text changed
Directoryhead/contrib/jemalloc/include/jemalloc/internal/extent_structs.h modified , text changed
Directoryhead/contrib/jemalloc/include/jemalloc/internal/extent_types.h modified , text changed
Directoryhead/contrib/jemalloc/include/jemalloc/internal/hash.h modified , text changed
Directoryhead/contrib/jemalloc/include/jemalloc/internal/jemalloc_internal_decls.h modified , text changed
Directoryhead/contrib/jemalloc/include/jemalloc/internal/jemalloc_internal_defs.h modified , text changed
Directoryhead/contrib/jemalloc/include/jemalloc/internal/jemalloc_internal_inlines_a.h modified , text changed
Directoryhead/contrib/jemalloc/include/jemalloc/internal/jemalloc_internal_inlines_c.h modified , text changed
Directoryhead/contrib/jemalloc/include/jemalloc/internal/jemalloc_internal_macros.h modified , text changed
Directoryhead/contrib/jemalloc/include/jemalloc/internal/jemalloc_internal_types.h modified , text changed
Directoryhead/contrib/jemalloc/include/jemalloc/internal/jemalloc_preamble.h modified , text changed
Directoryhead/contrib/jemalloc/include/jemalloc/internal/log.h added
Directoryhead/contrib/jemalloc/include/jemalloc/internal/malloc_io.h modified , text changed
Directoryhead/contrib/jemalloc/include/jemalloc/internal/mutex_prof.h modified , text changed
Directoryhead/contrib/jemalloc/include/jemalloc/internal/pages.h modified , text changed
Directoryhead/contrib/jemalloc/include/jemalloc/internal/private_namespace.h modified , text changed
Directoryhead/contrib/jemalloc/include/jemalloc/internal/prof_inlines_a.h modified , text changed
Directoryhead/contrib/jemalloc/include/jemalloc/internal/prof_inlines_b.h modified , text changed
Directoryhead/contrib/jemalloc/include/jemalloc/internal/rtree.h modified , text changed
Directoryhead/contrib/jemalloc/include/jemalloc/internal/rtree_tsd.h modified , text changed
Directoryhead/contrib/jemalloc/include/jemalloc/internal/spin.h modified , text changed
Directoryhead/contrib/jemalloc/include/jemalloc/internal/stats.h modified , text changed
Directoryhead/contrib/jemalloc/include/jemalloc/internal/stats_tsd.h deleted
Directoryhead/contrib/jemalloc/include/jemalloc/internal/sz.h modified , text changed
Directoryhead/contrib/jemalloc/include/jemalloc/internal/tcache_externs.h modified , text changed
Directoryhead/contrib/jemalloc/include/jemalloc/internal/tcache_inlines.h modified , text changed
Directoryhead/contrib/jemalloc/include/jemalloc/internal/tcache_structs.h modified , text changed
Directoryhead/contrib/jemalloc/include/jemalloc/internal/tcache_types.h modified , text changed
Directoryhead/contrib/jemalloc/include/jemalloc/internal/ticker.h modified , text changed
Directoryhead/contrib/jemalloc/include/jemalloc/internal/tsd.h modified , text changed
Directoryhead/contrib/jemalloc/include/jemalloc/internal/tsd_tls.h modified , text changed
Directoryhead/contrib/jemalloc/include/jemalloc/internal/witness.h modified , text changed
Directoryhead/contrib/jemalloc/include/jemalloc/jemalloc.h modified , text changed
Directoryhead/contrib/jemalloc/src/arena.c modified , text changed
Directoryhead/contrib/jemalloc/src/background_thread.c modified , text changed
Directoryhead/contrib/jemalloc/src/base.c modified , text changed
Directoryhead/contrib/jemalloc/src/bin.c added
Directoryhead/contrib/jemalloc/src/ctl.c modified , text changed
Directoryhead/contrib/jemalloc/src/div.c added
Directoryhead/contrib/jemalloc/src/extent.c modified , text changed
Directoryhead/contrib/jemalloc/src/extent_dss.c modified , text changed
Directoryhead/contrib/jemalloc/src/jemalloc.c modified , text changed
Directoryhead/contrib/jemalloc/src/log.c added
Directoryhead/contrib/jemalloc/src/malloc_io.c modified , text changed
Directoryhead/contrib/jemalloc/src/mutex.c modified , text changed
Directoryhead/contrib/jemalloc/src/pages.c modified , text changed
Directoryhead/contrib/jemalloc/src/prof.c modified , text changed
Directoryhead/contrib/jemalloc/src/stats.c modified , text changed
Directoryhead/contrib/jemalloc/src/sz.c modified , text changed
Directoryhead/contrib/jemalloc/src/tcache.c modified , text changed
Directoryhead/contrib/jemalloc/src/tsd.c modified , text changed
Directoryhead/lib/libc/stdlib/jemalloc/Makefile.inc modified , text changed

  ViewVC Help
Powered by ViewVC 1.1.27