zephyr/lib/os
Damian Krolik 3aedda9852 lib: os: add heap event listener
* add generic heap event listener module that can be used
  for notifying an application of heap-related events
* use the listener module in newlib libc hooks
* add a unit test

Signed-off-by: Damian Krolik <damian.krolik@nordicsemi.no>
2021-12-18 07:49:15 -05:00
..
CMakeLists.txt lib: os: add heap event listener 2021-12-18 07:49:15 -05:00
Kconfig lib: os: add heap event listener 2021-12-18 07:49:15 -05:00
Kconfig.cbprintf lib: os: cbprintf: Add dependency to cbprintf Kconfig 2021-07-21 07:46:39 -04:00
assert.c
base64.c
bitarray.c sys: introduce bit arrays 2021-05-07 13:36:22 -04:00
cbprintf.c
cbprintf_complete.c lib: add default labels and comments to switch statements 2021-06-04 16:22:23 -05:00
cbprintf_nano.c lib/os/cbprintf_nano.c: avoid sign extension on unsigned formats 2021-09-02 19:37:06 -04:00
cbprintf_packaged.c linker: align _image_rodata and _image_rom start/end/size linker symbols 2021-08-28 08:48:03 -04:00
crc7_sw.c
crc8_sw.c
crc16_sw.c lib: os: cast to the same size composite expression 2021-07-23 15:53:30 -04:00
crc32_sw.c lib: os: cast to the same size composite expression 2021-07-23 15:53:30 -04:00
crc32c_sw.c lib: os: cast to the same size composite expression 2021-07-23 15:53:30 -04:00
dec.c
fdtable.c ARC: LIB: MWDT: add stdout hooks, timespec header 2021-08-13 13:43:19 -05:00
heap-validate.c lib/os/heap: use BIT() and BIT_MASK() on bit fields 2021-12-13 17:16:07 -05:00
heap.c lib/os/heap: use BIT() and BIT_MASK() on bit fields 2021-12-13 17:16:07 -05:00
heap.h heap: add functions to get heap runtime statistics 2021-11-11 16:21:43 -05:00
heap_listener.c lib: os: add heap event listener 2021-12-18 07:49:15 -05:00
hex.c
json.c json: Fix rule 5.7 violations (Tag name should be unique) 2021-12-01 12:21:19 -05:00
mpsc_pbuf.c build: Remove unused functions 2021-12-13 15:49:08 -05:00
multi_heap.c lib/os: Add sys_multi_heap utility 2021-10-01 20:38:35 -04:00
mutex.c
notify.c lib: os: assign sys_notify callback default to NULL... 2021-04-29 07:16:37 -04:00
onoff.c lib: os: add final else where missing in onoff, p4wq, sem 2021-04-28 20:28:19 -04:00
p4wq.c toolchain: migrate iterable sections calls to the external API 2021-08-12 17:47:04 -04:00
printk.c
rb.c
reboot.c drivers: timer: improve sys_timer_disable usage 2021-12-04 07:34:53 -05:00
ring_buffer.c build: Remove unused functions 2021-12-13 15:49:08 -05:00
sem.c lib: os: add final else where missing in onoff, p4wq, sem 2021-04-28 20:28:19 -04:00
shared_multi_heap.c multi_heap: Introduce shared multi-heap memory pool manager 2021-10-12 07:44:46 -04:00
thread_entry.c kernel: make k_current_get() work without syscall 2021-07-30 20:16:47 -04:00
timeutil.c lib: timeutil: fix implicit conversions from float to double 2021-09-20 19:47:57 -04:00
user_work.c