We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
free_memory function is defined in vlib/runtime/runtime_nix.c.v and implementations are available in vlib/runtime/free_memory_impl_*.c.v.
free_memory
vlib/runtime/runtime_nix.c.v
vlib/runtime/free_memory_impl_*.c.v
For now, free_memory implementation is only available for:
vlib/runtime/free_memory_impl_linux.c.v
vlib/runtime/free_memory_impl_darwin.c.v
Otherwise free_memory_impl function returns 1 (see vlib/runtime/free_memory_impl_default.c.v).
free_memory_impl
vlib/runtime/free_memory_impl_default.c.v
free_memory function is not available on FreeBSD and must be implemented in vlib/runtime/free_memory_impl_freebsd.c.v
vlib/runtime/free_memory_impl_freebsd.c.v
Note
You can use the 👍 reaction to increase the issue's priority for developers.
Please note that only the 👍 reaction to the issue itself counts as a vote. Other reactions and those to comments will not be taken into account.
The text was updated successfully, but these errors were encountered:
Connected to Huly®: V_0.6-22007
Sorry, something went wrong.
kbkpbot
No branches or pull requests
free_memory
function is defined invlib/runtime/runtime_nix.c.v
and implementations are available invlib/runtime/free_memory_impl_*.c.v
.For now,
free_memory
implementation is only available for:vlib/runtime/free_memory_impl_linux.c.v
vlib/runtime/free_memory_impl_darwin.c.v
Otherwise
free_memory_impl
function returns 1 (seevlib/runtime/free_memory_impl_default.c.v
).free_memory
function is not available on FreeBSD and must be implemented invlib/runtime/free_memory_impl_freebsd.c.v
Note
You can use the 👍 reaction to increase the issue's priority for developers.
Please note that only the 👍 reaction to the issue itself counts as a vote.
Other reactions and those to comments will not be taken into account.
The text was updated successfully, but these errors were encountered: