unleashed-firmware/applications/services/cli
Sergei Gavrilov 1d17206e23
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-15 16:47:21 +01:00
..
application.fam [FL-2627] Flipper applications: SDK, build and debug system (#1387) 2022-09-15 02:21:03 +09:00
cli.c Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
cli.h Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
cli_command_gpio.c Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
cli_command_gpio.h M*LIB: non-inlined strings, FuriString primitive (#1795) 2022-10-06 00:15:23 +09:00
cli_commands.c TLSF memory allocator. Less free flash, moar free ram. (#3572) 2024-05-15 16:47:21 +01:00
cli_commands.h [FL-2627] Flipper applications: SDK, build and debug system (#1387) 2022-09-15 02:21:03 +09:00
cli_i.h Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
cli_vcp.c Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
cli_vcp.h [FL-2627] Flipper applications: SDK, build and debug system (#1387) 2022-09-15 02:21:03 +09:00