zephyr/lib/heap
frei tycho 44782fd8af lib: change controlling expressions in if/while to Boolean
Use `do { ... } while (false)' instead of `do { ... } while (0)'.
Use comparisons with zero instead of implicitly testing integers.
Use comparisons with NULL instead of implicitly testing pointers.
Use comparisons with NUL instead of implicitly testing plain chars.
Use `bool' instead of `int' to represent Boolean values.
Use `while (true)' instead of `while (1)' to express infinite loops.

Signed-off-by: frei tycho <tfrei@baumer.com>
2024-06-11 20:03:34 +03:00
..
CMakeLists.txt lib: heap: move heap stats to own file 2023-12-13 17:27:54 -05:00
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
heap.c lib: change controlling expressions in if/while to Boolean 2024-06-11 20:03:34 +03:00
heap.h lib: heap: make heap_print_info static 2023-12-13 17:27:54 -05:00
Kconfig lib: heap: Add dependency for asserts 2024-05-31 09:55:28 -05:00
multi_heap.c
shared_multi_heap.c