Searched refs:p_test_impl (Results 1 – 1 of 1) sorted by relevance
/external/jemalloc_new/test/src/ |
D | test.c | 114 p_test_impl(bool do_malloc_init, bool do_reentrant, test_t *t, va_list ap) { in p_test_impl() function 177 ret = p_test_impl(true, true, t, ap); in p_test() 190 ret = p_test_impl(true, false, t, ap); in p_test_no_reentrancy() 207 ret = p_test_impl(false, false, t, ap); in p_test_no_malloc_init()
|