]> sourceware.org Git - glibc.git/commit
malloc: Avoid taggig mmaped memory on free
authorSzabolcs Nagy <szabolcs.nagy@arm.com>
Thu, 4 Feb 2021 11:52:14 +0000 (11:52 +0000)
committerSzabolcs Nagy <szabolcs.nagy@arm.com>
Fri, 19 Mar 2021 11:46:20 +0000 (11:46 +0000)
commit7307a417dfc26aa032d66ce9ae41b0ef78577366
treec76a8dc4ae6225bb9411b6d4791d3488dbb73db9
parent67c2661c42f047abb0863c95dd385eaa656bcb47
malloc: Avoid taggig mmaped memory on free

Either the memory belongs to the dumped area, in which case we don't
want to tag (the dumped area has the same tag as malloc internal data
so tagging is unnecessary, but chunks there may not have the right
alignment for the tag granule), or the memory will be unmapped
immediately (and thus tagging is not useful).

Reviewed-by: DJ Delorie <dj@redhat.com>
malloc/malloc.c
This page took 0.042387 seconds and 5 git commands to generate.