zephyr/lib/heap
Chaitanya Tata 40de2cbc0d lib: heap: Add dependency for asserts
There is no point in having heap validation enabled but without asserts,
as nothing is reported to the user.

Add this dependency to make sure this option is useful.

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
2024-05-31 09:55:28 -05:00
..
CMakeLists.txt lib: heap: move heap stats to own file 2023-12-13 17:27:54 -05:00
Kconfig lib: heap: Add dependency for asserts 2024-05-31 09:55:28 -05:00
heap.c
heap.h
heap_info.c lib: heap: rename with files and use _ 2023-12-13 17:27:54 -05: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 lib: heap: move heap stats to own file 2023-12-13 17:27:54 -05:00
multi_heap.c
shared_multi_heap.c