Searched refs:test_t (Results 1 – 2 of 2) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/src/ |
| H A D | test.c | 114 p_test_impl(bool do_malloc_init, bool do_reentrant, test_t *t, va_list ap) { in p_test_impl() 131 for (; t != NULL; t = va_arg(ap, test_t *)) { in p_test_impl() 171 p_test(test_t *t, ...) { in p_test() 184 p_test_no_reentrancy(test_t *t, ...) { in p_test_no_reentrancy() 197 p_test_no_malloc_init(test_t *t, ...) { in p_test_no_malloc_init()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/include/test/ |
| H A D | test.h | 297 typedef void (test_t)(void); typedef 333 test_status_t p_test(test_t *t, ...); 334 test_status_t p_test_no_reentrancy(test_t *t, ...); 335 test_status_t p_test_no_malloc_init(test_t *t, ...);
|