Module memory

Module memory 

Source
Expand description

Memory utilities (non-OS dependent). OS dependent memory utilities can be found in crate::util::os::OSMemory.

Functionsยง

set
Set a range of memory to the given value. Similar to memset.
zero
Set a range of memory to 0.