Functionsยง
- __
memcpy_ ๐ โfallible - Copies
sizebytes fromsrctodst. This function works with exception handling and can recover from page fault. Returns number of bytes that failed to copy. - __
memset_ ๐ โfallible - Fills
sizebytes in the memory pointed to bydstwith the valuevalue. This function works with exception handling and can recover from page fault. Returns number of bytes that failed to set.