NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/59062 CVS commit: src/external/bsd/jemalloc/include/jemalloc/internal
The following reply was made to PR lib/59062; it has been noted by GNATS.
From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/59062 CVS commit: src/external/bsd/jemalloc/include/jemalloc/internal
Date: Thu, 6 Mar 2025 13:41:17 +0000
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.
Home |
Main Index |
Thread Index |
Old Index