In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Changes

Jump to navigation Jump to search
6 bytes removed ,  16:30, 7 April 2015
The purpose of DCInvalidateRange is to change what the processor sees in memory i.e. the data is variable. This is backed up by the fact that if you feed it write protected (const) memory it will throw an exception.
Line 13: Line 13:  
|-
 
|-
 
|DCInvalidateRange
 
|DCInvalidateRange
|<code>void DCInvalidateRange(const void *addr, size_t length);</code>  
+
|<code>void DCInvalidateRange(void *addr, size_t length);</code>  
 
|Invalidate the specified data cache blocks
 
|Invalidate the specified data cache blocks
 
|-
 
|-

Navigation menu