Lines Matching refs:assert_mem_content
39 assert_mem_content(allocated_ptr, size, alloc_test_flags); in alloc_top_down_simple_check()
97 assert_mem_content(allocated_ptr, r2_size, alloc_test_flags); in alloc_top_down_disjoint_check()
142 assert_mem_content(allocated_ptr, r2_size, alloc_test_flags); in alloc_top_down_before_check()
190 assert_mem_content(allocated_ptr, r2_size, alloc_test_flags); in alloc_top_down_after_check()
240 assert_mem_content(allocated_ptr, r3_size, alloc_test_flags); in alloc_top_down_second_fit_check()
294 assert_mem_content(allocated_ptr, r3_size, alloc_test_flags); in alloc_in_between_generic_check()
430 assert_mem_content(allocated_ptr, available_size, alloc_test_flags); in alloc_limited_space_generic_check()
518 assert_mem_content(allocated_ptr, SZ_2, alloc_test_flags); in alloc_bottom_up_simple_check()
574 assert_mem_content(allocated_ptr, r2_size, alloc_test_flags); in alloc_bottom_up_disjoint_check()
616 assert_mem_content(allocated_ptr, r1_size, alloc_test_flags); in alloc_bottom_up_before_check()
663 assert_mem_content(allocated_ptr, r2_size, alloc_test_flags); in alloc_bottom_up_after_check()
714 assert_mem_content(allocated_ptr, r3_size, alloc_test_flags); in alloc_bottom_up_second_fit_check()