zephyr/lib/heap
Meir Komet 5595f66851 multi_heap: introduce support for realloc()
Add support for realloc (and realloc_aligned) into the multi heap lib,
where the buffer sent in will either be reused (maybe shrinked),
or enlarged by allocating on any of the matching heaps of the multi heap.

Signed-off-by: Meir Komet <mskomet1@gmail.com>
2024-11-16 14:02:07 -05:00
..
CMakeLists.txt
heap_info.c lib: added blanks between operators 2024-06-13 20:28:23 -04:00
heap_listener.c
heap_stats.c
heap_stress.c
heap_validate.c coding guidelines: comply with MISRA Rule 12.1. 2024-06-13 20:28:23 -04:00
heap.c coding guidelines: comply with MISRA Rule 12.1. 2024-06-13 20:28:23 -04:00
heap.h coding guidelines: comply with MISRA Rule 12.1. 2024-06-13 20:28:23 -04:00
Kconfig
multi_heap.c multi_heap: introduce support for realloc() 2024-11-16 14:02:07 -05:00
shared_multi_heap.c