Furi: heap walker

This commit is contained in:
SG
2024-04-04 23:58:54 +03:00
parent 4d4010345c
commit d6145356a4
4 changed files with 178 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
entry,status,name,type,params
Version,+,60.4,,
Version,+,61.0,,
Header,+,applications/drivers/subghz/cc1101_ext/cc1101_ext_interconnect.h,,
Header,+,applications/services/bt/bt_service/bt.h,,
Header,+,applications/services/cli/cli.h,,
@@ -2360,7 +2360,7 @@ Function,+,memmgr_heap_disable_thread_trace,void,FuriThreadId
Function,+,memmgr_heap_enable_thread_trace,void,FuriThreadId
Function,+,memmgr_heap_get_max_free_block,size_t,
Function,+,memmgr_heap_get_thread_memory,size_t,FuriThreadId
Function,+,memmgr_heap_printf_free_blocks,void,
Function,+,memmgr_heap_walk_blocks,void,"BlockWalker, void*"
Function,-,memmgr_pool_get_free,size_t,
Function,-,memmgr_pool_get_max_block,size_t,
Function,+,memmove,void*,"void*, const void*, size_t"
1 entry status name type params
2 Version + 60.4 61.0
3 Header + applications/drivers/subghz/cc1101_ext/cc1101_ext_interconnect.h
4 Header + applications/services/bt/bt_service/bt.h
5 Header + applications/services/cli/cli.h
2360 Function + memmgr_heap_enable_thread_trace void FuriThreadId
2361 Function + memmgr_heap_get_max_free_block size_t
2362 Function + memmgr_heap_get_thread_memory size_t FuriThreadId
2363 Function + memmgr_heap_printf_free_blocks memmgr_heap_walk_blocks void BlockWalker, void*
2364 Function - memmgr_pool_get_free size_t
2365 Function - memmgr_pool_get_max_block size_t
2366 Function + memmove void* void*, const void*, size_t