zephyr/lib/heap
Peter Mitsis 811302e6d2 kernel: sys_heap: Fix chunk size request validation
Updates the heap code to ensure that when converting the requested
number of bytes to chunks, we do not return a value that exceeds
the number of chunks in the heap.

Fixes #90306

Signed-off-by: Peter Mitsis <peter.mitsis@intel.com>
2025-06-06 10:12:19 +02:00
..
CMakeLists.txt
heap_array.c
heap_info.c
heap_listener.c
heap_stats.c
heap_stress.c
heap_validate.c
heap.c kernel: sys_heap: Fix chunk size request validation 2025-06-06 10:12:19 +02:00
heap.h kernel: sys_heap: Fix chunk size request validation 2025-06-06 10:12:19 +02:00
Kconfig
multi_heap.c
shared_multi_heap.c