Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functional/
Dtest-malloc-stats-common.h73 static int expect_greater_equal(long long amt1, long long amt2, const char *amt1_name, const char *… in expect_greater_equal() function
95 int result = expect_greater_equal( in validate_total_allocated()
100 result &= expect_greater_equal( in validate_total_allocated()
Dtest-malloc-info-stats-print.h161 int result = expect_greater_equal(stats->total_allocated_memory, size, "allocated memory", "size"); in validate_allocated_size()
163 result &= expect_greater_equal(stats->total_mmapped_memory, size, "mmapped memory", "size"); in validate_allocated_size()
186 result &= expect_greater_equal( in validate_different_threads_test_results()
Dtest-mallinfo.c61 result &= expect_greater_equal( in test_main_thread()
108 result &= expect_greater_equal( in test_different_threads()