unleashed-firmware/furi/core
Sergei Gavrilov 5dddb075ac
TLSF memory allocator. Less free flash, moar free ram. (#3572)
* add tlsf as submodule
* libs: tlsf
* Furi: tlsf as allocator
* Furi: heap walker
* shmal fixshesh
* f18: tlsf
* PVS: ignore tlsf
* I like to moving
* merge upcoming changes
* memmgr: alloc aligned, realloc
* Furi: distinct name for auxiliary memory pool
* Furi: put idle and timer thread to mem2
* Furi: fix smal things in allocator
* Furi: remove aligned_free. Use free instead.
* aligned_malloc -> aligned_alloc
* aligned_alloc, parameters order
* aligned_alloc: check that alignment is correct
* unit test: malloc
* unit tests: realloc and test with memory fragmentation
* unit tests: aligned_alloc
* update api
* updater: properly read large update file

Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2024-05-16 03:51:45 +03:00
..
base.h Furi, FuriHal: remove FreeRTOS headers leaks (#3179) 2023-11-01 11:24:11 +04:00
check.c Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
check.h [FL-3729] Gui: unicode support, new canvas API (#3322) 2024-03-19 19:23:06 +04:00
common_defines.h Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
core_defines.h New toolchain with gcc 12 (#3254) 2024-02-12 09:04:12 +07:00
critical.c Furi, FuriHal: remove FreeRTOS headers leaks (#3179) 2023-11-01 11:24:11 +04:00
dangerous_defines.h New toolchain with gcc 12 (#3254) 2024-02-12 09:04:12 +07:00
event_flag.c Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
event_flag.h Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
kernel.c Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
kernel.h Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
log.c Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
log.h [FL-870] Auto-generated firmware documentation take two (#2944) 2024-03-06 15:25:21 +09:00
memmgr.c TLSF memory allocator. Less free flash, moar free ram. (#3572) 2024-05-16 03:51:45 +03:00
memmgr.h TLSF memory allocator. Less free flash, moar free ram. (#3572) 2024-05-16 03:51:45 +03:00
memmgr_heap.c TLSF memory allocator. Less free flash, moar free ram. (#3572) 2024-05-16 03:51:45 +03:00
memmgr_heap.h TLSF memory allocator. Less free flash, moar free ram. (#3572) 2024-05-16 03:51:45 +03:00
message_queue.c Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
message_queue.h [FL-870] Auto-generated firmware documentation take two (#2944) 2024-03-06 15:25:21 +09:00
mutex.c Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
mutex.h Furi: core refactoring and CMSIS removal part 2 (#1410) 2022-07-20 13:56:33 +03:00
pubsub.c Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
pubsub.h Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
record.c Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
record.h Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
semaphore.c Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
semaphore.h Furi: core refactoring and CMSIS removal part 2 (#1410) 2022-07-20 13:56:33 +03:00
stream_buffer.c Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
stream_buffer.h [FL-3669] Expansion module protocol (#3250) 2024-01-16 18:18:56 +09:00
string.c Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
string.h Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
thread.c TLSF memory allocator. Less free flash, moar free ram. (#3572) 2024-05-16 03:51:45 +03:00
thread.h Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
timer.c Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
timer.h Various Fixes for 0.95 (#3215) 2023-11-15 20:11:05 +04:00