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 kernel: sys_heap: stats: save heap pointers to an array during init 2025-01-23 16:37:33 +01:00
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
heap_array.c kernel: sys_heap: stats: save heap pointers to an array during init 2025-01-23 16:37:33 +01:00
heap_info.c lib: added blanks between operators 2024-06-13 20:28:23 -04:00
heap_listener.c
heap_stats.c lib: heap: move heap stats to own file 2023-12-13 17:27:54 -05:00
heap_stress.c lib: heap: rename with files and use _ 2023-12-13 17:27:54 -05:00
heap_validate.c coding guidelines: comply with MISRA Rule 12.1. 2024-06-13 20:28:23 -04:00
Kconfig kernel: sys_heap: stats: save heap pointers to an array during init 2025-01-23 16:37:33 +01:00
multi_heap.c multi_heap: introduce support for realloc() 2024-11-16 14:02:07 -05:00
shared_multi_heap.c