Skip to content
Commit b9b85be6 authored by Szabolcs Nagy's avatar Szabolcs Nagy
Browse files

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: default avatarDJ Delorie <dj@redhat.com>
parent 91e5c439
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment