Changes

305 bytes added ,  23:00, 14 August 2016
no edit summary
Line 71: Line 71:  
|<code>void OSFreeToSystem(int addr)</code>  
 
|<code>void OSFreeToSystem(int addr)</code>  
 
|Frees previously allocated system memory. addr is the address returned by OSAllocFromSystem()
 
|Frees previously allocated system memory. addr is the address returned by OSAllocFromSystem()
 +
|-
 +
|OSBlockMove
 +
|<code>void *OSBlockMove(void* dst, const void* src, uint32_t size, bool flush);</code>
 +
|Will move src to dest (And set the flush flag to flush src in the data cache)
 +
|-
 +
|OSBlockSet
 +
|<code>void *OSBlockSet(void* dst, uint8_t val, uint32_t size);</code>
 +
|Basic memset (??? Is that uint8_t)
 
|}
 
|}
  
33

edits