diff options
author | Szabolcs Nagy <szabolcs.nagy@arm.com> | 2021-02-09 17:59:11 +0000 |
---|---|---|
committer | Szabolcs Nagy <szabolcs.nagy@arm.com> | 2021-03-26 11:03:06 +0000 |
commit | 1dc17ea8f8492d618a91f0b7b3f1e7fd089889d1 (patch) | |
tree | 24f4b445710e07891f18384534f49e83e4f9ec9e /malloc/hooks.c | |
parent | 23fd760add29042fd6f8fead0f6a2f32631d41aa (diff) | |
download | glibc-1dc17ea8f8492d618a91f0b7b3f1e7fd089889d1.tar glibc-1dc17ea8f8492d618a91f0b7b3f1e7fd089889d1.tar.gz glibc-1dc17ea8f8492d618a91f0b7b3f1e7fd089889d1.tar.bz2 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