Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/jemalloc/include/jemalloc/internal/
H A Dtsd.h52 typedef void (*test_callback_t)(int *); typedef
56 O(test_callback, test_callback_t, int)
/freebsd-14.2/contrib/jemalloc/src/
H A Dtsd.c409 test_callback_t test_callback = *tsd_test_callbackp_get_unsafe(tsd); in tsd_cleanup()