aboutsummaryrefslogtreecommitdiff
path: root/malloc/dynarray_resize.c
diff options
context:
space:
mode:
authorSzabolcs Nagy <szabolcs.nagy@arm.com>2021-02-04 11:52:14 +0000
committerSzabolcs Nagy <szabolcs.nagy@arm.com>2021-03-26 11:03:06 +0000
commitb9b85be6ea97c126ad6f69f84f056bad6756ee5c (patch)
treec9c8044457c27cd6ff08cbdf4dc92c2cab3f44a2 /malloc/dynarray_resize.c
parent91e5c439d3130a3c5ff3a3b72adedd50f3f72f76 (diff)
downloadglibc-b9b85be6ea97c126ad6f69f84f056bad6756ee5c.zip
glibc-b9b85be6ea97c126ad6f69f84f056bad6756ee5c.tar.gz
glibc-b9b85be6ea97c126ad6f69f84f056bad6756ee5c.tar.bz2
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>
Diffstat (limited to 'malloc/dynarray_resize.c')
0 files changed, 0 insertions, 0 deletions