]> sourceware.org Git - glibc.git/commit
malloc: Remove unnecessary tagging around _mid_memalign
authorSzabolcs Nagy <szabolcs.nagy@arm.com>
Fri, 12 Mar 2021 14:30:10 +0000 (14:30 +0000)
committerSzabolcs Nagy <szabolcs.nagy@arm.com>
Fri, 19 Mar 2021 11:46:21 +0000 (11:46 +0000)
commit7203bf2d0d1405daa5d1c62744abf8ceee85b5bb
tree61ef4bd34b87d480bb0f28da3542f562aa8526b4
parent39adedfcc466045b1087f037f35ca437991e1c17
malloc: Remove unnecessary tagging around _mid_memalign

The internal _mid_memalign already returns newly tagged memory.
(__libc_memalign and posix_memalign already relied on this, this
patch fixes the other call sites.)
malloc/malloc.c
This page took 0.038662 seconds and 5 git commands to generate.