Home
last modified time | relevance | path

Searched refs:total_size (Results 1 – 1 of 1) sorted by relevance

/examples/utest/testcases/kernel/
A Dmem_tc.c84 rt_size_t total_size; in mem_functional_test() local
97 total_size = max_block(heap); in mem_functional_test()
98 uassert_int_not_equal(total_size, 0); in mem_functional_test()
112 uassert_int_equal(max_block(heap), total_size); in mem_functional_test()
307 rt_size_t total_size, size; in mem_alloc_test() local
321 total_size = max_block(heap); in mem_alloc_test()
322 uassert_int_not_equal(total_size, 0); in mem_alloc_test()
411 uassert_int_equal(max_block(heap), total_size); in mem_alloc_test()
442 rt_size_t total_size, size, idx; in mem_realloc_test() local
459 total_size = max_block(heap); in mem_realloc_test()
[all …]

Completed in 3 milliseconds