Skip to content
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

vlib/runtime: free_memory function not implemented on FreeBSD #23581

Open
lcheylus opened this issue Jan 25, 2025 · 1 comment
Open

vlib/runtime: free_memory function not implemented on FreeBSD #23581

lcheylus opened this issue Jan 25, 2025 · 1 comment
Assignees

Comments

@lcheylus
Copy link
Contributor

lcheylus commented Jan 25, 2025

free_memory function is defined in vlib/runtime/runtime_nix.c.v and implementations are available in vlib/runtime/free_memory_impl_*.c.v.

For now, free_memory implementation is only available for:

  • Linux: vlib/runtime/free_memory_impl_linux.c.v
  • Darwin: 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 function is not available on FreeBSD and must be implemented in 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.

Copy link

Connected to Huly®: V_0.6-22007

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants