'ARM __clear_cache equivalent for iOS devices

I'm porting a library to the iPhone which makes a call to __clear_cache. A little research digs up this nice explanation of what it does.

The article lists the library functions for Linux, Windows and even Android. I don't suppose there is an equivalent for iOS devices? Or some other workaround I can implement?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source