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?
__clear_cache(beg, end). – Richard J. Ross III May 9 '12 at 18:36