Module Name: src Committed By: christos Date: Mon Mar 4 17:18:27 UTC 2019
Modified Files: src/external/bsd/jemalloc/dist/src: jemalloc.c Log Message: - fix for shadowing - add unconst - add hack for broken lint - add cast for ctype macros - disable realloc(ptr, 0) returning NULL for non-NULL ptr (compatibility) To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 src/external/bsd/jemalloc/dist/src/jemalloc.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.