unleashed-firmware/targets/f7
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
..
ble_glue Merge remote-tracking branch 'OFW/dev' into dev 2024-05-15 18:22:54 +03:00
fatfs TLSF memory allocator. Less free flash, moar free ram. (#3572) 2024-05-16 03:51:45 +03:00
furi_hal Merge remote-tracking branch 'OFW/dev' into dev 2024-05-15 18:22:54 +03:00
inc Api Symbols: replace asserts with checks 2024-03-25 13:53:32 +03:00
platform_specific Api Symbols: replace asserts with checks 2024-03-25 13:53:32 +03:00
src TLSF memory allocator. Less free flash, moar free ram. (#3572) 2024-05-16 03:51:45 +03:00
api_symbols.csv TLSF memory allocator. Less free flash, moar free ram. (#3572) 2024-05-16 03:51:45 +03:00
application_ext.ld [FL-3629] fbt: reworked assets & resources handling (#3160) 2023-10-31 00:17:30 +09:00
startup_stm32wb55xx_cm4.s [FL-3629] fbt: reworked assets & resources handling (#3160) 2023-10-31 00:17:30 +09:00
stm32wb55xx_flash.ld [FL-3629] fbt: reworked assets & resources handling (#3160) 2023-10-31 00:17:30 +09:00
stm32wb55xx_ram_fw.ld [FL-3629] fbt: reworked assets & resources handling (#3160) 2023-10-31 00:17:30 +09:00
target.json TLSF memory allocator. Less free flash, moar free ram. (#3572) 2024-05-16 03:51:45 +03:00