Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functional/
Dtest-malloc-stats-common.h82 static int expect_equal(long long amt, long long value, const char *amt_name) in expect_equal() argument
87 t_error("Expected %s(value: %lld) to be %lld\n", amt_name, amt, value); in expect_equal()