Lines Matching +full:free +full:- +full:running
7 --------------------------------------------------------------------------------
9 Building and Running Project:
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>
50 block ptr to free p[0] = 0x00406400
53 block ptr to free p[1] = 0x00406000
59 (2) - Allocate 2 blocks in <helper_thread>
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
77 helper_thread: About to free a memory block
83 helper_thread: About to free another memory block
86 PASS - helper_thread.
90 PASS - main.