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

lib: libc: common: Export z_malloc_heap #79123

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Sep 27, 2024

  1. lib: libc: common: Export z_malloc_heap

    The heap used by malloc/free is a static, private to the malloc
    implementation.  Unfortunately, this makes it impossible to use tools
    like `sys_heap_runtime_stats_get()`, as they need access to the heap
    variable.
    
    Remedy this by removing the static from this declaration.
    
    Signed-off-by: David Brown <david.brown@linaro.org>
    d3zd3z committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    26c537d View commit details
    Browse the repository at this point in the history