Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/jemalloc/src/
H A Dtsd.c409 test_callback_t test_callback = *tsd_test_callbackp_get_unsafe(tsd); in tsd_cleanup() local
411 if (test_callback != NULL) { in tsd_cleanup()
412 test_callback(data); in tsd_cleanup()
/freebsd-13.1/contrib/jemalloc/include/jemalloc/internal/
H A Dtsd.h56 O(test_callback, test_callback_t, int)