|
Zephyr Project API
3.1.0
A Scalable Open Source RTOS
|
#include <ztest.h>Functions | |
| void | test_mslab_kinit (void) |
| Initialize the memory slab using k_mem_slab_init() and allocates/frees blocks. More... | |
| void | test_mslab_kdefine (void) |
| Verify K_MEM_SLAB_DEFINE() with allocates/frees blocks. More... | |
| void | test_mslab_kdefine_extern (void) |
| Test mem_slab access outside the module. More... | |
| void | test_mslab_alloc_free_thread (void) |
| Verify alloc and free of blocks from mem_slab. More... | |
| void | test_mslab_alloc_align (void) |
| Allocate memory blocks and check for alignment of 8 bytes. More... | |
| void | test_mslab_alloc_timeout (void) |
| Verify allocation of memory blocks with timeouts. More... | |
| void | test_mslab_used_get (void) |
| Verify count of allocated blocks. More... | |
| void | test_mslab_pending (void) |
| Verify pending of allocating blocks. More... | |
| void | test_main (void) |
| void test_main | ( | void | ) |
test case main entry