zephyr/subsys/tracing/sysview
Nicolas Pitre 9da06456f2 kernel: kheap: decouple simple alloc from aligned_alloc
When k_heap_alloc() is expressed in terms of k_heap_aligned_alloc()
it invokes a longer aligned allocation code path with an extra runtime
overhead even though no alignment is necessary.

Let's reference and invoke the aligned allocation code path only when an
actual aligned allocation is requested. This opens the possibility for
the linker to garbage-collect the aligning code otherwise.

Signed-off-by: Nicolas Pitre <npitre@baylibre.com>
2025-04-01 22:13:04 +02:00
..
CMakeLists.txt
Kconfig
sysview_config.c
SYSVIEW_Zephyr.txt tracing: Add calloc 2024-12-30 17:32:03 +01:00
sysview.c tracing: Add sys_trace_idle_exit call 2025-03-12 14:03:48 +00:00
tracing_sysview_ids.h tracing: sysview: Clang-format tracing_sysview_ids.h 2024-12-30 17:32:03 +01:00
tracing_sysview_syscall.h
tracing_sysview.h kernel: kheap: decouple simple alloc from aligned_alloc 2025-04-01 22:13:04 +02:00