remove tlsf submodule

This commit is contained in:
SG
2024-06-11 14:43:30 +01:00
parent cbaf3c3912
commit 7d50f4b5a7
4 changed files with 6 additions and 12 deletions
-3
View File
@@ -41,6 +41,3 @@
[submodule "documentation/doxygen/doxygen-awesome-css"]
path = documentation/doxygen/doxygen-awesome-css
url = https://github.com/jothepro/doxygen-awesome-css.git
[submodule "lib/tlsf"]
path = lib/tlsf
url = https://github.com/flipperdevices/tlsf.git
+2 -2
View File
@@ -163,11 +163,11 @@ FuriThread* furi_thread_alloc_service(
uint32_t stack_size,
FuriThreadCallback callback,
void* context) {
FuriThread* thread = memmgr_alloc_from_pool(sizeof(FuriThread));
FuriThread* thread = memmgr_aux_pool_alloc(sizeof(FuriThread));
furi_thread_init_common(thread);
thread->stack_buffer = memmgr_alloc_from_pool(stack_size);
thread->stack_buffer = memmgr_aux_pool_alloc(stack_size);
thread->stack_size = stack_size;
thread->is_service = true;
Submodule lib/tlsf deleted from 8fc595fe22
+4 -6
View File
@@ -1,5 +1,5 @@
entry,status,name,type,params
Version,+,64.2,,
Version,+,65.0,,
Header,+,applications/drivers/subghz/cc1101_ext/cc1101_ext_interconnect.h,,
Header,+,applications/services/bt/bt_service/bt.h,,
Header,+,applications/services/bt/bt_service/bt_keys_storage.h,,
@@ -598,8 +598,6 @@ Function,-,acoshf,float,float
Function,-,acoshl,long double,long double
Function,-,acosl,long double,long double
Function,-,aligned_alloc,void*,"size_t, size_t"
Function,+,aligned_free,void,void*
Function,+,aligned_malloc,void*,"size_t, size_t"
Function,-,arc4random,__uint32_t,
Function,-,arc4random_buf,void,"void*, size_t"
Function,-,arc4random_uniform,__uint32_t,__uint32_t
@@ -2425,7 +2423,8 @@ Function,+,memchr,void*,"const void*, int, size_t"
Function,+,memcmp,int,"const void*, const void*, size_t"
Function,+,memcpy,void*,"void*, const void*, size_t"
Function,-,memmem,void*,"const void*, size_t, const void*, size_t"
Function,-,memmgr_alloc_from_pool,void*,size_t
Function,+,memmgr_aux_pool_alloc,void*,size_t
Function,+,memmgr_aux_pool_get_free,size_t,
Function,+,memmgr_get_free_heap,size_t,
Function,+,memmgr_get_minimum_free_heap,size_t,
Function,+,memmgr_get_total_heap,size_t,
@@ -2433,8 +2432,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_pool_get_free,size_t,
Function,+,memmgr_heap_walk_blocks,void,"BlockWalker, void*"
Function,-,memmgr_pool_get_max_block,size_t,
Function,+,memmove,void*,"void*, const void*, size_t"
Function,-,mempcpy,void*,"void*, const void*, size_t"
1 entry status name type params
2 Version + 64.2 65.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/bt/bt_service/bt_keys_storage.h
598 Function - acoshl long double long double
599 Function - acosl long double long double
600 Function - aligned_alloc void* size_t, size_t
Function + aligned_free void void*
Function + aligned_malloc void* size_t, size_t
601 Function - arc4random __uint32_t
602 Function - arc4random_buf void void*, size_t
603 Function - arc4random_uniform __uint32_t __uint32_t
2423 Function + memcmp int const void*, const void*, size_t
2424 Function + memcpy void* void*, const void*, size_t
2425 Function - memmem void* const void*, size_t, const void*, size_t
2426 Function - + memmgr_alloc_from_pool memmgr_aux_pool_alloc void* size_t
2427 Function + memmgr_aux_pool_get_free size_t
2428 Function + memmgr_get_free_heap size_t
2429 Function + memmgr_get_minimum_free_heap size_t
2430 Function + memmgr_get_total_heap size_t
2432 Function + memmgr_heap_enable_thread_trace void FuriThreadId
2433 Function + memmgr_heap_get_max_free_block size_t
2434 Function + memmgr_heap_get_thread_memory size_t FuriThreadId
2435 Function + memmgr_heap_printf_free_blocks memmgr_heap_walk_blocks void BlockWalker, void*
Function - memmgr_pool_get_free size_t
2436 Function - memmgr_pool_get_max_block size_t
2437 Function + memmove void* void*, const void*, size_t
2438 Function - mempcpy void* void*, const void*, size_t