malloc: Remove unnecessary tagging around _mid_memalign
commit05f878c58e53370a76c2b82679899936bc69c714
authorSzabolcs Nagy <szabolcs.nagy@arm.com>
Fri, 12 Mar 2021 14:30:10 +0000 (12 14:30 +0000)
committerSzabolcs Nagy <szabolcs.nagy@arm.com>
Fri, 26 Mar 2021 11:03:06 +0000 (26 11:03 +0000)
tree854650a8fb932591b2a59cab024f41f3c2b5da07
parentca89f1c7d7aa76d6f8eedadd99f6c2e9c8053714
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.)

Reviewed-by: DJ Delorie <dj@redhat.com>
malloc/malloc.c