How to use address sanitizer on Android/iOS in UE4 Project?

I want to detects memory corruption bugs in my UE4 project’s c++ code on Android/iOS devices. Could anyone tell me how to use address sanitizer? Or another tools?