unleashed-firmware/furi/core
Sergei Gavrilov 1d17206e23
TLSF memory allocator. Less free flash, moar free ram. ()
* 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-15 16:47:21 +01:00
..
base.h Furi, FuriHal: remove FreeRTOS headers leaks () 2023-11-01 11:24:11 +04:00
check.c Api Symbols: replace asserts with checks () 2024-03-19 23:43:52 +09:00
check.h [FL-3729] Gui: unicode support, new canvas API () 2024-03-19 19:23:06 +04:00
common_defines.h Api Symbols: replace asserts with checks () 2024-03-19 23:43:52 +09:00
core_defines.h New toolchain with gcc 12 () 2024-02-12 09:04:12 +07:00
critical.c Furi, FuriHal: remove FreeRTOS headers leaks () 2023-11-01 11:24:11 +04:00
dangerous_defines.h New toolchain with gcc 12 () 2024-02-12 09:04:12 +07:00
event_flag.c Api Symbols: replace asserts with checks () 2024-03-19 23:43:52 +09:00
event_flag.h Api Symbols: replace asserts with checks () 2024-03-19 23:43:52 +09:00
kernel.c Api Symbols: replace asserts with checks () 2024-03-19 23:43:52 +09:00
kernel.h Api Symbols: replace asserts with checks () 2024-03-19 23:43:52 +09:00
log.c Api Symbols: replace asserts with checks () 2024-03-19 23:43:52 +09:00
log.h [FL-870] Auto-generated firmware documentation take two () 2024-03-06 15:25:21 +09:00
memmgr.c TLSF memory allocator. Less free flash, moar free ram. () 2024-05-15 16:47:21 +01:00
memmgr.h TLSF memory allocator. Less free flash, moar free ram. () 2024-05-15 16:47:21 +01:00
memmgr_heap.c TLSF memory allocator. Less free flash, moar free ram. () 2024-05-15 16:47:21 +01:00
memmgr_heap.h TLSF memory allocator. Less free flash, moar free ram. () 2024-05-15 16:47:21 +01:00
message_queue.c Api Symbols: replace asserts with checks () 2024-03-19 23:43:52 +09:00
message_queue.h [FL-870] Auto-generated firmware documentation take two () 2024-03-06 15:25:21 +09:00
mutex.c Api Symbols: replace asserts with checks () 2024-03-19 23:43:52 +09:00
mutex.h Furi: core refactoring and CMSIS removal part 2 () 2022-07-20 13:56:33 +03:00
pubsub.c Api Symbols: replace asserts with checks () 2024-03-19 23:43:52 +09:00
pubsub.h Api Symbols: replace asserts with checks () 2024-03-19 23:43:52 +09:00
record.c Api Symbols: replace asserts with checks () 2024-03-19 23:43:52 +09:00
record.h Api Symbols: replace asserts with checks () 2024-03-19 23:43:52 +09:00
semaphore.c Api Symbols: replace asserts with checks () 2024-03-19 23:43:52 +09:00
semaphore.h Furi: core refactoring and CMSIS removal part 2 () 2022-07-20 13:56:33 +03:00
stream_buffer.c Api Symbols: replace asserts with checks () 2024-03-19 23:43:52 +09:00
stream_buffer.h [FL-3669] Expansion module protocol () 2024-01-16 18:18:56 +09:00
string.c Api Symbols: replace asserts with checks () 2024-03-19 23:43:52 +09:00
string.h Api Symbols: replace asserts with checks () 2024-03-19 23:43:52 +09:00
thread.c TLSF memory allocator. Less free flash, moar free ram. () 2024-05-15 16:47:21 +01:00
thread.h Api Symbols: replace asserts with checks () 2024-03-19 23:43:52 +09:00
timer.c Api Symbols: replace asserts with checks () 2024-03-19 23:43:52 +09:00
timer.h Various Fixes for 0.95 () 2023-11-15 20:11:05 +04:00