Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/external/bsd/jemalloc



Module Name:    src
Committed By:   christos
Date:           Mon Sep 23 17:53:42 UTC 2024

Modified Files:
        src/external/bsd/jemalloc/dist/include/jemalloc/internal:
            arena_externs.h atomic_c11.h edata.h ehooks.h hook.h hpa.h
            jemalloc_internal_types.h mutex_prof.h ph.h prof_data.h
            prof_externs.h prof_recent.h prof_sys.h safety_check.h san_bump.h
            test_hooks.h tsd.h util.h witness.h
        src/external/bsd/jemalloc/dist/src: ctl.c
        src/external/bsd/jemalloc/include/jemalloc/internal: edata.h
            jemalloc_internal_types.h ph.h util.h
        src/external/bsd/jemalloc/lib: Makefile.inc

Log Message:
reduce differences with upstream, pass lint.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 \
    src/external/bsd/jemalloc/dist/include/jemalloc/internal/arena_externs.h
cvs rdiff -u -r1.2 -r1.3 \
    src/external/bsd/jemalloc/dist/include/jemalloc/internal/atomic_c11.h
cvs rdiff -u -r1.1.1.1 -r1.2 \
    src/external/bsd/jemalloc/dist/include/jemalloc/internal/edata.h \
    src/external/bsd/jemalloc/dist/include/jemalloc/internal/ehooks.h \
    src/external/bsd/jemalloc/dist/include/jemalloc/internal/hook.h \
    src/external/bsd/jemalloc/dist/include/jemalloc/internal/hpa.h \
    src/external/bsd/jemalloc/dist/include/jemalloc/internal/prof_data.h \
    src/external/bsd/jemalloc/dist/include/jemalloc/internal/prof_recent.h \
    src/external/bsd/jemalloc/dist/include/jemalloc/internal/prof_sys.h \
    src/external/bsd/jemalloc/dist/include/jemalloc/internal/safety_check.h \
    src/external/bsd/jemalloc/dist/include/jemalloc/internal/san_bump.h \
    src/external/bsd/jemalloc/dist/include/jemalloc/internal/test_hooks.h
cvs rdiff -u -r1.1.1.2 -r1.2 \
    src/external/bsd/jemalloc/dist/include/jemalloc/internal/jemalloc_internal_types.h \
    src/external/bsd/jemalloc/dist/include/jemalloc/internal/prof_externs.h \
    src/external/bsd/jemalloc/dist/include/jemalloc/internal/tsd.h \
    src/external/bsd/jemalloc/dist/include/jemalloc/internal/util.h
cvs rdiff -u -r1.4 -r1.5 \
    src/external/bsd/jemalloc/dist/include/jemalloc/internal/mutex_prof.h \
    src/external/bsd/jemalloc/dist/include/jemalloc/internal/witness.h
cvs rdiff -u -r1.6 -r1.7 \
    src/external/bsd/jemalloc/dist/include/jemalloc/internal/ph.h
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/jemalloc/dist/src/ctl.c
cvs rdiff -u -r1.1 -r1.2 \
    src/external/bsd/jemalloc/include/jemalloc/internal/edata.h
cvs rdiff -u -r1.5 -r1.6 \
    src/external/bsd/jemalloc/include/jemalloc/internal/jemalloc_internal_types.h \
    src/external/bsd/jemalloc/include/jemalloc/internal/ph.h
cvs rdiff -u -r1.2 -r1.3 \
    src/external/bsd/jemalloc/include/jemalloc/internal/util.h
cvs rdiff -u -r1.17 -r1.18 src/external/bsd/jemalloc/lib/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index