RFR: JDK-8292071: NMT: move MallocHeader to its own header and inline header checks

Matthias Baesken mbaesken at openjdk.org
Wed Aug 10 06:56:36 UTC 2022


On Tue, 9 Aug 2022 05:40:27 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:

> MallocHeader should be moved into its own header in preparation for further NMT changes.
> 
> Also, malloc header check routines - that are called on every free and realloc - should be inlined.

LGTM

-------------

Marked as reviewed by mbaesken (Reviewer).

PR: https://git.openjdk.org/jdk/pull/9801


More information about the hotspot-runtime-dev mailing list