Module util

Source

Functionsยง

__memcpy_fallible ๐Ÿ”’ โš 
Copies size bytes from src to dst. This function works with exception handling and can recover from page fault. Returns number of bytes that failed to copy.
__memset_fallible ๐Ÿ”’ โš 
Fills size bytes in the memory pointed to by dst with the value value. This function works with exception handling and can recover from page fault. Returns number of bytes that failed to set.