zephyr/include/linker
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
..
app_smem_aligned.ld
app_smem_unaligned.ld
app_smem.ld
common-ram.ld kernel: Add k_heap synchronized memory allocator 2020-04-14 10:05:55 -07:00
common-rom.ld kernel: rename _k_object_assignment 2020-03-17 20:11:27 +02:00
cplusplus-ram.ld
cplusplus-rom.ld
debug-sections.ld
intlist.ld
kobject-rom.ld
kobject-text.ld
kobject.ld kernel: delete separate logic for priv stacks 2020-03-17 20:11:27 +02:00
linker-defs.h kernel: add sys init level for SMP 2020-03-25 19:07:28 -04:00
linker-tool-gcc.h
linker-tool.h
rel-sections.ld
section_tags.h
sections.h