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

malloc: Refactor TAG_ macros to avoid indirection



This does not change behaviour, just removes one layer of indirection
in the internal memory tagging logic.

Use tag_ and mtag_ prefixes instead of __tag_ and __mtag_ since these
are all symbols with internal linkage, private to malloc.c, so there
is no user namespace pollution issue.

Reviewed-by: default avatarDJ Delorie <dj@redhat.com>
parent e865dcbb
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