[PATCH 09/16] malloc: Only support zeroing and not arbitrary memset with mtag
DJ Delorie
dj@redhat.com
Fri Mar 5 00:49:45 GMT 2021
Szabolcs Nagy <szabolcs.nagy@arm.com> writes:
> The memset api is suboptimal and does not provide much benefit. Memory
> tagging only needs a zeroing memset (and only for memory that's sized
> and aligned to multiples of the tag granule), so change the internal
> api and the target hooks accordingly. This is to simplify the
> implementation of the target hook.
LGTM
Reviewed-by: DJ Delorie <dj@redhat.com>
More information about the Libc-alpha
mailing list