Home
last modified time | relevance | path

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

/third_party/ulib/jemalloc/test/src/
A Dtest.c61 p_test_impl(bool do_malloc_init, test_t *t, va_list ap) in p_test_impl()
79 for (; t != NULL; t = va_arg(ap, test_t *)) { in p_test_impl()
97 p_test(test_t *t, ...) in p_test()
111 p_test_no_malloc_init(test_t *t, ...) in p_test_no_malloc_init()
/third_party/ulib/jemalloc/test/include/test/
A Dtest.h297 typedef void (test_t)(void); typedef
329 test_status_t p_test(test_t *t, ...);
330 test_status_t p_test_no_malloc_init(test_t *t, ...);

Completed in 4 milliseconds