Home
last modified time | relevance | path

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

/aosp_15_r20/external/jemalloc_new/test/src/
H A Dtest.c114 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()
/aosp_15_r20/external/rust/android-crates-io/crates/tikv-jemalloc-sys/patches/
Ddelete_c_library.patch102334 -p_test_impl(bool do_malloc_init, bool do_reentrant, test_t *t, va_list ap) {
102400 - ret = p_test_impl(true, true, t, ap);
102413 - ret = p_test_impl(true, false, t, ap);
102430 - ret = p_test_impl(false, false, t, ap);