Home
last modified time | relevance | path

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

/redis-3.2.3/deps/jemalloc/test/stress/
H A Dmicrobench.c26 test_fail("Unexpected mallocx() failure"); in compare_funcs()
48 test_fail("Unexpected malloc() failure"); in malloc_free()
59 test_fail("Unexpected mallocx() failure"); in mallocx_free()
78 test_fail("Unexpected malloc() failure"); in malloc_dallocx()
89 test_fail("Unexpected malloc() failure"); in malloc_sdallocx()
118 test_fail("Unexpected malloc() failure"); in malloc_mus_free()
132 test_fail("Unexpected malloc() failure"); in malloc_sallocx_free()
136 test_fail("Unexpected sallocx() failure"); in malloc_sallocx_free()
155 test_fail("Unexpected malloc() failure"); in malloc_nallocx_free()
159 test_fail("Unexpected nallocx() failure"); in malloc_nallocx_free()
/redis-3.2.3/deps/jemalloc/test/integration/
H A Dallocated.c24 test_fail("%s(): Error in mallctl(): %s", __func__, in thd_start()
31 test_fail("%s(): Error in mallctl(): %s", __func__, in thd_start()
42 test_fail("%s(): Error in mallctl(): %s", __func__, in thd_start()
49 test_fail("%s(): Error in mallctl(): %s", __func__, in thd_start()
H A Dthread_arena.c24 test_fail("Error in mallctl(): %s", buf); in thd_start()
32 test_fail("Error in mallctl(): %s", buf); in thd_start()
57 test_fail("Error in mallctl(): %s", buf); in TEST_BEGIN()
H A Dposix_memalign.c91 test_fail( in TEST_BEGIN()
H A Daligned_alloc.c97 test_fail( in TEST_BEGIN()
H A Drallocx.c58 test_fail("Allocation at %p (len=%zu) contains %#x " in validate_fill()
/redis-3.2.3/deps/jemalloc/test/src/
H A Dthd.c10 test_fail("Error in CreateThread()\n"); in thd_create()
30 test_fail("Error in pthread_create()\n"); in thd_create()
H A Dtest.c23 test_fail(const char *format, ...) in test_fail() function
/redis-3.2.3/deps/jemalloc/test/include/test/
H A Dtest.h323 void test_fail(const char *format, ...) JEMALLOC_FORMAT_PRINTF(1, 2);