zephyr/lib/os
Chris Friedt 0bda7b30df lib: os: add hashmap support
* Add a flexible Hashmap API
* Add a Separate-Chaining Hashmap Implementation
* Add a Open-Addressing Linear Probe Hashmap Implementation
* Add a C-Wrapper for `std::unordered_map` for benchmarking

Signed-off-by: Chris Friedt <cfriedt@meta.com>
2023-02-22 19:14:05 +01:00
..
assert.c includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
base64.c
bitarray.c os: bitarray.c: Address -Wextra warnings 2023-02-21 15:07:20 +01:00
cbprintf_complete.c
cbprintf_nano.c
cbprintf_packaged.c os: cbprintf: Address -Wextra warnings 2023-02-20 09:50:12 +01:00
cbprintf.c
CMakeLists.txt lib: os: add hashmap support 2023-02-22 19:14:05 +01:00
crc7_sw.c
crc8_sw.c
crc16_sw.c
crc32_sw.c
crc32c_sw.c
crc_shell.c posix: getopt: move declarations to unistd.h 2022-12-04 14:51:52 +01:00
dec.c
fdtable.c lib: os: Fix note on fdtable.c 2023-01-11 10:54:42 +01:00
hash_func32_djb2.c lib: os: add hash function specification and implementation 2023-02-22 19:14:05 +01:00
hash_func32_murmur3.c lib: os: add hash function specification and implementation 2023-02-22 19:14:05 +01:00
hash_map_cxx.cpp lib: os: add hashmap support 2023-02-22 19:14:05 +01:00
hash_map_oa_lp.c lib: os: add hashmap support 2023-02-22 19:14:05 +01:00
hash_map_sc.c lib: os: add hashmap support 2023-02-22 19:14:05 +01:00
heap_listener.c
heap-validate.c
heap.c ARC: qemu: disable test where we trigger ARC QEMU bug #54720 2023-02-17 08:50:37 +09:00
heap.h
hex.c
json.c json: Increase max number of descriptor elements from 30 to 62 2023-01-26 09:51:54 +00:00
Kconfig lib: os: add hashmap support 2023-02-22 19:14:05 +01:00
Kconfig.cbprintf lib: os: cbprintf: Mechanism for detecting %p in static package 2022-09-19 10:14:23 +00:00
Kconfig.hash_func lib: os: add hash function specification and implementation 2023-02-22 19:14:05 +01:00
Kconfig.hash_map lib: os: add hashmap support 2023-02-22 19:14:05 +01:00
Kconfig.heap
mem_blocks.c includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
mpsc_pbuf.c lib: os: mpsc_pbuf: Fix concurrency issues 2022-12-29 10:33:29 +01:00
multi_heap.c
mutex.c
notify.c
onoff.c
p4wq.c lib: os: p4wq: Convert CONFIG_MP_NUM_CPUS handling 2022-10-31 17:08:34 +01:00
printk.c
rb.c
reboot.c lib: os: reboot: include zephyr/cache.h 2023-01-24 14:35:49 +00:00
ring_buffer.c
sem.c
shared_multi_heap.c includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
spsc_pbuf.c spsc_pbuf: Fix cache wb in spsc_pbuf_free 2022-12-07 10:21:33 +00:00
thread_entry.c
timeutil.c
user_work.c
utf8.c
winstream.c