microsoft / mimalloc

mimalloc is a compact general purpose allocator with excellent performance.
MIT License
9.74k stars 793 forks source link

Feature Request: Support AArch64 MTE #817

Open linzj opened 9 months ago

linzj commented 9 months ago

On Android, AArch64 MTE feature helps to detect the memory errors.MI_SECURE mode should detect if the hardware supports MTE, and put additional code to make use of it.