You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor memory unmapping functions to improve error handling (#1195)
- Renamed `sys_munmap` to `sys_munmap_nothrow` to indicate it does not throw errors.
- Updated calls to `sys_munmap` in `posix_file_loader.h` to use the new `sys_munmap_nothrow` function for safer memory management.
0 commit comments