Module Name: src Committed By: martin Date: Thu Mar 6 13:41:16 UTC 2025
Modified Files: src/external/bsd/jemalloc/include/jemalloc/internal: size_classes.h Log Message: PR 59062: make jemalloc guaranteed alignment match previous NetBSD guarantees. Current theory is that 1 << LG_TINY_MIN in jemalloc has to match gcc config's MALLOC_ABI_ALIGNMENT/8 to guarantee full alignment even for small allocations per the C standard's requirements linked from the PR. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 \ src/external/bsd/jemalloc/include/jemalloc/internal/size_classes.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.