Kernel Heap Tests
Test a minimum-size static k_heap().
Test to demonstrate k_heap_alloc() and k_heap_free() API usage.
Test to demonstrate k_heap_alloc() and k_heap_free() API usage.
Test to demonstrate k_heap_free() API functionality.
Validate allocation and free heap memory in isr context.
Validate the k_heap() support wait between different threads.
Validate the k_heap() alloc_pending_null support.
Test to demonstrate k_heap_calloc() and k_heap_free() API usage.