zephyr/include/sys
Andy Ross 0dd83b8c2e kernel: Add k_heap synchronized memory allocator
This adds a k_heap data structure, a synchronized wrapper around a
sys_heap memory allocator.  As of this patch, it is an alternative
implementation to k_mem_pool() with somewhat better efficiency and
performance and more conventional (and convenient) behavior.

Note that commit involves some header motion to break dependencies.
The declaration for struct k_spinlock moves to kernel_structs.h, and a
bunch of includes were trimmed.

Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
2020-04-14 10:05:55 -07:00
..
__assert.h
arch_interface.h kernel: cpu idle: add info about IRQ unlocking in k_cpu_idle 2020-03-20 11:53:14 +01:00
atomic.h
base64.h
byteorder.h
check.h
crc.h
dlist.h
errno_private.h
fdtable.h
libc-hooks.h
list_gen.h
math_extras_impl.h
math_extras.h
mempool_base.h
mempool.h
mutex.h kernel/timeout: Make timeout arguments an opaque type 2020-03-31 19:40:47 -04:00
notify.h sys: add generic asynchronous notification infrastructure 2020-04-06 16:41:41 +02:00
onoff.h sys: onoff: generalize and shorten API 2020-04-06 16:41:41 +02:00
printk.h
rb.h
ring_buffer.h
sem.h kernel/timeout: Make timeout arguments an opaque type 2020-03-31 19:40:47 -04:00
sflist.h
slist.h
speculation.h
sys_heap.h kernel: Add k_heap synchronized memory allocator 2020-04-14 10:05:55 -07:00
sys_io.h
time_units.h kernel: mark time conversion functions as constexpr in C++14. 2020-04-09 13:10:41 -07:00
timeutil.h
util.h sys/util.h: add UTIL_OR and UTIL_AND 2020-03-25 13:21:28 +01:00