shmal fixshesh

This commit is contained in:
SG
2024-04-05 00:04:18 +03:00
parent d6145356a4
commit c868f924ac
2 changed files with 3 additions and 3 deletions

View File

@@ -86,7 +86,7 @@ size_t memmgr_heap_get_thread_memory(FuriThreadId thread_id) {
if(data->key != 0) { if(data->key != 0) {
block_header_t* block = block_from_ptr((uint8_t*)data->key); block_header_t* block = block_from_ptr((uint8_t*)data->key);
if(!block_is_free(block)) { if(!block_is_free(block)) {
// TODO: with tlsf we know the size of the block, so we don't need to store it on the dict // with tlsf we know the size of the block, so we don't need to store it on the dict
leftovers += data->value; leftovers += data->value;
} }
} }

View File

@@ -1,5 +1,5 @@
entry,status,name,type,params entry,status,name,type,params
Version,+,60.4,, Version,+,61.0,,
Header,+,applications/services/bt/bt_service/bt.h,, Header,+,applications/services/bt/bt_service/bt.h,,
Header,+,applications/services/cli/cli.h,, Header,+,applications/services/cli/cli.h,,
Header,+,applications/services/cli/cli_vcp.h,, Header,+,applications/services/cli/cli_vcp.h,,
@@ -1980,7 +1980,7 @@ Function,+,memmgr_heap_disable_thread_trace,void,FuriThreadId
Function,+,memmgr_heap_enable_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_max_free_block,size_t,
Function,+,memmgr_heap_get_thread_memory,size_t,FuriThreadId 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_free,size_t,
Function,-,memmgr_pool_get_max_block,size_t, Function,-,memmgr_pool_get_max_block,size_t,
Function,+,memmove,void*,"void*, const void*, 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/services/bt/bt_service/bt.h
4 Header + applications/services/cli/cli.h
5 Header + applications/services/cli/cli_vcp.h
1980 Function + memmgr_heap_enable_thread_trace void FuriThreadId
1981 Function + memmgr_heap_get_max_free_block size_t
1982 Function + memmgr_heap_get_thread_memory size_t FuriThreadId
1983 Function + memmgr_heap_printf_free_blocks memmgr_heap_walk_blocks void BlockWalker, void*
1984 Function - memmgr_pool_get_free size_t
1985 Function - memmgr_pool_get_max_block size_t
1986 Function + memmove void* void*, const void*, size_t