zephyr/lib/os
Marcin Szkudlinski 2a0ee8c920 lib/os: Add metadata to heap in multi_heap
When operating on different kinds of heaps sometimes there's a need to
perform special operations on heap, poweroff memory bank when releasing
memory etc. Therefore some additional data may be required.
Metadata is a point to keep such data.

Signed-off-by: Marcin Szkudlinski <marcin.szkudlinski@intel.com>
2022-03-11 13:56:05 -05:00
..
CMakeLists.txt lib/os: Add sys_winstream lockless shared memory byte stream IPC 2022-01-13 14:01:23 -05:00
Kconfig kconfig: remove Enable from boolean prompts 2022-03-09 15:35:54 +01:00
Kconfig.cbprintf kconfig: remove Enable from boolean prompts 2022-03-09 15:35:54 +01:00
Kconfig.heap kconfig: tweak Kconfig prompts 2022-03-09 15:35:54 +01:00
assert.c lib: os: remove @return doc for void functions 2022-01-12 16:02:16 -05:00
base64.c
bitarray.c sys: bitarray: remove set but unused variable 2022-02-24 08:38:38 -06:00
cbprintf.c
cbprintf_complete.c
cbprintf_nano.c
cbprintf_packaged.c linker: add a utility func to check if an addr is in RO section 2022-02-28 10:53:02 +01:00
crc7_sw.c
crc8_sw.c
crc16_sw.c lib: os: crc: Rework the crc16() implementation 2022-02-04 12:33:22 -05:00
crc32_sw.c
crc32c_sw.c
dec.c
fdtable.c lib/os: fdtable: add locking to posix api 2022-02-10 10:59:03 +01:00
heap-validate.c
heap.c lib: os/heap: fix bytes freed calculation for heap listener 2022-01-10 21:27:28 -05:00
heap.h
heap_listener.c sys: heap_listener: extend to cover more events 2022-01-10 10:28:04 -05:00
hex.c
json.c
mem_blocks.c lib: os: mem_blocks: add alloc/free event notifications 2022-01-11 16:10:53 -05:00
mpsc_pbuf.c lib: os: mpsc_pbuf: Add usage tracking 2022-02-21 20:41:17 -05:00
multi_heap.c lib/os: Add metadata to heap in multi_heap 2022-03-11 13:56:05 -05:00
mutex.c
notify.c
onoff.c
p4wq.c
printk.c logging: printk: Fix LOG_PRINTK for v2 2022-01-27 10:02:21 +01:00
rb.c
reboot.c
ring_buffer.c ring_buffer: make finish methods final 2022-02-28 10:52:41 +01:00
sem.c
shared_multi_heap.c lib/os: Add metadata to heap in multi_heap 2022-03-11 13:56:05 -05:00
thread_entry.c
timeutil.c
user_work.c
utf8.c zephyr: Add UTF-8 truncating strlcpy variant 2022-01-11 11:50:15 +01:00
winstream.c lib/os: Add sys_winstream lockless shared memory byte stream IPC 2022-01-13 14:01:23 -05:00