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:           Thu Sep 26 14:09:26 UTC 2024

Modified Files:
        src/external/bsd/jemalloc/dist/src: jemalloc.c
        src/external/bsd/jemalloc/include/jemalloc: jemalloc.h

Log Message:
Restore our changes:

1. Provide {g,s}etter methods to je_malloc_message, and je_malloc_conf
   globals that we don't expose.
2. Create a new define JEMALLOC_PROTECT_NOSTD that allows us to protect
   the non-standard jemalloc functions that the library provides by
   prefixing them with __je instead of je so that they are not in the
   user namespace. This requires a bit of shuffling to move the standard
   malloc/posix_memaling/realloc/valloc to the non-rename section and dallocx
   to the rename section.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/external/bsd/jemalloc/dist/src/jemalloc.c
cvs rdiff -u -r1.8 -r1.9 \
    src/external/bsd/jemalloc/include/jemalloc/jemalloc.h

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