Searched refs:test_fail (Results 1 – 9 of 9) sorted by relevance
| /redis-3.2.3/deps/jemalloc/test/stress/ |
| H A D | microbench.c | 26 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 D | allocated.c | 24 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 D | thread_arena.c | 24 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 D | posix_memalign.c | 91 test_fail( in TEST_BEGIN()
|
| H A D | aligned_alloc.c | 97 test_fail( in TEST_BEGIN()
|
| H A D | rallocx.c | 58 test_fail("Allocation at %p (len=%zu) contains %#x " in validate_fill()
|
| /redis-3.2.3/deps/jemalloc/test/src/ |
| H A D | thd.c | 10 test_fail("Error in CreateThread()\n"); in thd_create() 30 test_fail("Error in pthread_create()\n"); in thd_create()
|
| H A D | test.c | 23 test_fail(const char *format, ...) in test_fail() function
|
| /redis-3.2.3/deps/jemalloc/test/include/test/ |
| H A D | test.h | 323 void test_fail(const char *format, ...) JEMALLOC_FORMAT_PRINTF(1, 2);
|