]> sourceware.org Git - glibc.git/commit
malloc: Simplify __mtag_tag_new_usable
authorSzabolcs Nagy <szabolcs.nagy@arm.com>
Thu, 4 Feb 2021 11:38:23 +0000 (11:38 +0000)
committerSzabolcs Nagy <szabolcs.nagy@arm.com>
Fri, 19 Mar 2021 11:46:20 +0000 (11:46 +0000)
commit67c2661c42f047abb0863c95dd385eaa656bcb47
tree592c78f73e9e49c597b3f61640e137d621246942
parentb3c08077cf6d884f45013168cd67e6e5133badf6
malloc: Simplify __mtag_tag_new_usable

The chunk cannot be a dumped one here.  The only non-obvious cases
are free and realloc which may be called on a dumped area chunk,
but in both cases it can be verified that tagging is already
avoided for dumped area chunks.

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