-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
runtime: free_memory() total_memory() return Result types #24651
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
runtime: free_memory() total_memory() return Result types #24651
Conversation
Connected to Huly®: V_0.6-23010 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doc/note for free_memory
in vlib/runtime/runtime_nix.c.v
must be updated with the new errors.
To have the same prototype on every system, |
Already done. |
Excellent work. |
Fix issue #24646
Fix for
macos
: free host port by usingmach_port_deallocate()