Searched refs:total_size (Results 1 – 1 of 1) sorted by relevance
84 rt_size_t total_size; in mem_functional_test() local97 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() local321 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() local459 total_size = max_block(heap); in mem_realloc_test()[all …]
Completed in 3 milliseconds