2023-11-18 07:43:30 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
zephyr_sources(
|
|
|
|
heap.c
|
|
|
|
)
|
|
|
|
|
2023-11-24 20:40:06 +08:00
|
|
|
zephyr_sources_ifdef(CONFIG_SYS_HEAP_RUNTIME_STATS heap_stats.c)
|
2023-11-18 08:42:42 +08:00
|
|
|
zephyr_sources_ifdef(CONFIG_SYS_HEAP_INFO heap_info.c)
|
2023-11-18 08:33:17 +08:00
|
|
|
zephyr_sources_ifdef(CONFIG_SYS_HEAP_VALIDATE heap_validate.c)
|
|
|
|
zephyr_sources_ifdef(CONFIG_SYS_HEAP_STRESS heap_stress.c)
|
2023-11-18 07:43:30 +08:00
|
|
|
zephyr_sources_ifdef(CONFIG_SHARED_MULTI_HEAP shared_multi_heap.c)
|
2023-11-18 08:52:48 +08:00
|
|
|
zephyr_sources_ifdef(CONFIG_MULTI_HEAP multi_heap.c)
|
2023-11-18 07:43:30 +08:00
|
|
|
zephyr_sources_ifdef(CONFIG_HEAP_LISTENER heap_listener.c)
|