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:           Tue Mar 12 15:13:25 UTC 2019

Modified Files:
        src/external/bsd/jemalloc/dist/src: jemalloc.c
        src/external/bsd/jemalloc/include/jemalloc: jemalloc.h
        src/external/bsd/jemalloc/lib: Makefile Makefile.inc
Added Files:
        src/external/bsd/jemalloc: Makefile
        src/external/bsd/jemalloc/lib: jemalloc_stub.c

Log Message:
- descend to build libjemalloc
- namespace protect all functions __je
- provide getters and setters for malloc_conf and malloc_message


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/external/bsd/jemalloc/Makefile
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/jemalloc/dist/src/jemalloc.c
cvs rdiff -u -r1.5 -r1.6 \
    src/external/bsd/jemalloc/include/jemalloc/jemalloc.h
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/jemalloc/lib/Makefile
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/jemalloc/lib/Makefile.inc
cvs rdiff -u -r0 -r1.1 src/external/bsd/jemalloc/lib/jemalloc_stub.c

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