- memset is disabled for now as it causes hangs
- underlying functions were copied from isoalloc, licensed Apache-2.0
- credit Chris Rohlf for memcpy/memset
- credit David Carlier for memmove
- use the fast path as some programs crash otherwise
Signed-off-by: Tavi <tavi@divested.dev>
On Android, MTE is always enabled in Zygote, and is disabled after fork for apps that didn't opt-in
to MTE.
Depends on the slab canary adjustments in the previous commit.