zephyr/lib
Sayooj K Karun 964a832702 lib: min_heap: Refactor heapify_up/down functions
Remove using `swap()` which was using VLA and replace it
with `byteswp()`.
Reduce the scope of local variables in `heapify_up/down` to
the smallest necessary block.
Replace `while(true)` loop in `heapify_down()` with a bounded `for`
loop.

Signed-off-by: Sayooj K Karun <sayooj@aerlync.com>
2025-06-26 11:58:05 -04:00
..
acpi
cpp
crc
hash lib: hash: murmur3: Account for unaligned 32-bit access 2025-04-29 17:54:51 +02:00
heap kernel: sys_heap: Fix chunk size request validation 2025-06-06 10:12:19 +02:00
libc libc: common: thrd: use sys_clock_nanosleep() instead of nanosleep() 2025-06-24 14:18:52 +02:00
mem_blocks
min_heap lib: min_heap: Refactor heapify_up/down functions 2025-06-26 11:58:05 -04:00
net_buf
open-amp lib: open-amp: Add NXP-specific resource table implementation 2025-06-25 14:05:38 +02:00
os sys: clock: additional sys_clock api calls 2025-06-24 14:18:52 +02:00
posix lib: posix: Update attribute packed for posix_thread_attr 2025-06-26 14:07:03 +02:00
runtime
smf Lib: SMF: Add return code to signal event propagation 2025-06-17 16:04:04 +02:00
utils lib: hex: remove unnecessary defensive programming 2025-06-11 10:25:14 -07:00
uuid lib: uuid: do not support UUID_v5 on TF-M platforms 2025-05-27 10:29:34 +02:00
CMakeLists.txt lib: min_heap: Add min-heap data structure 2025-06-07 13:29:24 +01:00
Kconfig lib: min_heap: Add min-heap data structure 2025-06-07 13:29:24 +01:00