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

malloc: Only support zeroing and not arbitrary memset with mtag



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.

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