diff options
author | 2021-02-09 17:59:11 +0000 | |
---|---|---|
committer | 2021-03-26 11:03:06 +0000 | |
commit | 1dc17ea8f8492d618a91f0b7b3f1e7fd089889d1 (patch) | |
tree | 24f4b445710e07891f18384534f49e83e4f9ec9e /malloc/hooks.c | |
parent | aarch64: Optimize __libc_mtag_tag_region (diff) | |
download | glibc-1dc17ea8f8492d618a91f0b7b3f1e7fd089889d1.tar.xz glibc-1dc17ea8f8492d618a91f0b7b3f1e7fd089889d1.zip |
aarch64: Optimize __libc_mtag_tag_zero_region
This is a target hook for memory tagging, the original was a naive
implementation. Uses the same algorithm as __libc_mtag_tag_region,
but with instructions that also zero the memory. This was not
benchmarked on real cpu, but expected to be faster than the naive
implementation.
Diffstat (limited to 'malloc/hooks.c')
0 files changed, 0 insertions, 0 deletions