snmalloc has a [cool](https://github.com/microsoft/snmalloc/blob/main/docs/security/GuardedMemcpy.md) low overhead check in `memcpy` to detect cross-zones copies, is this something that we might want to add to hardened_malloc?
snmalloc has a cool low overhead check in
memcpyto detect cross-zones copies, is this something that we might want to add to hardened_malloc?