I am running a subroutine which will have some implications on the memory occupied in the given time frame and has the capability to crash the app.
I am wondering if there is a macro that can force the app to disable ARC just for that particular block of code in a single file (similar to how you would implement native assembly instructions in a block of code).