zephyr/kernel
Christopher Friedt 135ffaff74 kernel/k_malloc: add k_aligned_alloc
This change adds z_heap_aligned_alloc() and k_aligned_alloc()
and changes z_heap_malloc() and k_malloc() to be small wrappers around
the aligned variants.

Fixes #29519

Signed-off-by: Christopher Friedt <chrisfriedt@gmail.com>
2020-12-27 18:17:07 +01:00
..
include mmu: rename z_mem_map to z_phys_map 2020-12-16 08:55:55 -05:00
atomic_c.c
banner.c
cache_handlers.c
CMakeLists.txt
compiler_stack_protect.c
device.c power: standarize PM Kconfigs and cleanup 2020-12-09 15:18:29 -05:00
errno.c
fatal.c twister: rename in code 2020-12-11 14:13:02 -05:00
futex.c
idle.c kernel: don't unlock and then lock immediately in idle loop 2020-12-15 08:27:27 -05:00
init.c
Kconfig power: standarize PM Kconfigs and cleanup 2020-12-09 15:18:29 -05:00
kheap.c
mailbox.c
mem_domain.c
mem_slab.c
mempool.c kernel/k_malloc: add k_aligned_alloc 2020-12-27 18:17:07 +01:00
mmu.c mmu: rename z_mem_map to z_phys_map 2020-12-16 08:55:55 -05:00
msg_q.c
mutex.c
pipes.c
poll.c
queue.c
sched.c kernel: sched: fix legacy timeout calculation in z_tick_sleep 2020-12-18 14:03:25 -05:00
sem.c
smp.c
stack.c
system_work_q.c
thread_abort.c
thread.c kernel: thread: make offload_sem visible for releasing it outside 2020-12-09 21:52:09 -05:00
timeout.c
timer.c
userspace_handler.c
userspace.c
version.c
work_q.c
xip.c