Function flush_instruction_cache

Source
pub fn flush_instruction_cache(p: *const u8, size: usize)
Expand description

Flushes instruction cache in the given region.

Only useful on non-x86 architectures, however, it’s a good practice to call it on any platform to make your code more portable.