malloc: Rename chunk2rawmem
commitca89f1c7d7aa76d6f8eedadd99f6c2e9c8053714
authorSzabolcs Nagy <szabolcs.nagy@arm.com>
Thu, 11 Mar 2021 14:49:45 +0000 (11 14:49 +0000)
committerSzabolcs Nagy <szabolcs.nagy@arm.com>
Fri, 26 Mar 2021 11:03:06 +0000 (26 11:03 +0000)
treee0916afa34d49e528d37c9b6d1108052a5f45f08
parent4eac0ab1867c48fac13b65d997102c8aaa4447f9
malloc: Rename chunk2rawmem

The previous patch ensured that all chunk to mem computations use
chunk2rawmem, so now we can rename it to chunk2mem, and in the few
cases where the tag of mem is relevant chunk2mem_tag can be used.

Replaced tag_at (chunk2rawmem (x)) with chunk2mem_tag (x).
Renamed chunk2rawmem to chunk2mem.

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