zephyr/lib/os
Krzysztof Chruscinski 7303ac135d lib: os: spsc_pbuf: Minor code cleanup
Minor cleanup in allocation function. Using define instead of
sizeof(uint32_t) to better explain the purpose. Adding few
comments.

Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
2022-08-24 17:48:50 +00:00
..
CMakeLists.txt
Kconfig lib: os: disable PRINTK_SYNC while using EFI console as log backend 2022-08-11 12:17:24 +02:00
Kconfig.cbprintf
Kconfig.heap
assert.c
base64.c
bitarray.c
cbprintf.c
cbprintf_complete.c
cbprintf_nano.c
cbprintf_packaged.c lib: os: cbprintf: fix typo exteral -> external 2022-08-17 08:08:46 +00:00
crc7_sw.c
crc8_sw.c
crc16_sw.c
crc32_sw.c
crc32c_sw.c
dec.c
fdtable.c lib: os: Fix warning on XCC 2022-07-25 17:07:11 -04:00
heap-validate.c
heap.c arch/posix: Add MemorySanitizer support 2022-08-19 08:30:01 +02:00
heap.h
heap_listener.c
hex.c
json.c
mem_blocks.c lib: mem_blocks: add a usage test for a block 2022-07-14 10:44:18 +02:00
mpsc_pbuf.c
multi_heap.c
mutex.c
notify.c
onoff.c
p4wq.c
printk.c
rb.c
reboot.c
ring_buffer.c
sem.c
shared_multi_heap.c
spsc_pbuf.c lib: os: spsc_pbuf: Minor code cleanup 2022-08-24 17:48:50 +00:00
thread_entry.c
timeutil.c
user_work.c
utf8.c
winstream.c