Lines Matching +full:blocks +full:-
7 --------------------------------------------------------------------------------
16 --------------------------------------------------------------------------------
20 Problems caused by out-dated project information can be addressed by
27 # and restore pre-defined configuration info
29 --------------------------------------------------------------------------------
33 starting test - Test Kernel memory slabs
36 (1) - Allocate and free 2 blocks in <main>
39 MAP_LgBlks used 0 blocks
41 MAP_LgBlks used 1 blocks
43 MAP_LgBlks used 2 blocks
44 k_mem_slab_alloc RC_FAIL expected as all (2) blocks are used.
49 MAP_LgBlks used 2 blocks
52 MAP_LgBlks used 1 blocks
55 MAP_LgBlks used 0 blocks
59 (2) - Allocate 2 blocks in <helper_thread>
62 MAP_LgBlks used 0 blocks
64 MAP_LgBlks used 1 blocks
66 MAP_LgBlks used 2 blocks
67 k_mem_slab_alloc RC_FAIL expected as all (2) blocks are used.
70 (3) - Further allocation results in timeout in <main>
75 (4) - Free a block in <helper_thread> to unblock the other task from alloc timeout
85 helper_thread: freed all blocks allocated by this task
86 PASS - helper_thread.
90 PASS - main.