Source-Changes archive

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

CVS commit: src/external/bsd/jemalloc/dist/src



Module Name:    src
Committed By:   riastradh
Date:           Wed Jul  5 10:57:33 UTC 2023

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

Log Message:
Revert "jemalloc: Enforce alignment-must-divide-size rule of aligned_alloc."

Apparently this restriction was lifted in C17, and this was even
documented in a part of the man page I didn't notice because I got
stuck at the incomplete sentence `The aligned_alloc function conforms
to.'.  Sorry for the noise, folks.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 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.




Home | Main Index | Thread Index | Old Index