Kernel Heap Tests

Test a minimum-size static k_heap().

test_k_heap_min_size()

Test to demonstrate k_heap_alloc() and k_heap_free() API usage.

test_k_heap_alloc()

Test to demonstrate k_heap_alloc() and k_heap_free() API usage.

test_k_heap_alloc_fail()

Test to demonstrate k_heap_free() API functionality.

test_k_heap_free()

Validate allocation and free heap memory in isr context.

test_kheap_alloc_in_isr_nowait()

Validate the k_heap() support wait between different threads.

test_k_heap_alloc_pending()

Validate the k_heap() alloc_pending_null support.

test_k_heap_alloc_pending_null()

Test to demonstrate k_heap_calloc() and k_heap_free() API usage.

test_k_heap_calloc()