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
I would like to include some memory heap statistic into a remote health message.
I found int sys_heap_runtime_stats_get(struct sys_heap *heap, struct sys_heap_runtime_stats *stats);
That requires to pass in a struct sys_heap *heap. So, is it possible to access the heap which is used for the c-functions malloc/free?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to include some memory heap statistic into a remote health message.
I found
int sys_heap_runtime_stats_get(struct sys_heap *heap, struct sys_heap_runtime_stats *stats);
That requires to pass in a
struct sys_heap *heap
. So, is it possible to access theheap
which is used for the c-functions malloc/free?Beta Was this translation helpful? Give feedback.
All reactions