Searched refs:k_heap_api (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/tests/kernel/mem_heap/k_heap_api/src/ |
D | test_kheap_api.c | 81 ZTEST(k_heap_api, test_k_heap_min_size) in ZTEST() argument 115 ZTEST(k_heap_api, test_k_heap_alloc) in ZTEST() argument 139 ZTEST(k_heap_api, test_k_heap_alloc_fail) in ZTEST() argument 166 ZTEST(k_heap_api, test_k_heap_free) in ZTEST() argument 189 ZTEST(k_heap_api, test_kheap_alloc_in_isr_nowait) in ZTEST() argument 203 ZTEST(k_heap_api, test_k_heap_alloc_pending) in ZTEST() argument 240 ZTEST(k_heap_api, test_k_heap_alloc_pending_null) in ZTEST() argument 282 ZTEST(k_heap_api, test_k_heap_calloc) in ZTEST() argument
|
D | main.c | 19 ZTEST_SUITE(k_heap_api, NULL, NULL, NULL, NULL, NULL);
|
/Zephyr-latest/tests/kernel/mem_heap/k_heap_api/ |
D | CMakeLists.txt | 5 project(k_heap_api) project
|