Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/jemalloc/src/
HDhook.c135 return &tcache->in_hook; in hook_reentrantp()
144 bool *in_hook = hook_reentrantp(); \
145 if (*in_hook) { \
148 *in_hook = true;
151 *in_hook = false;
/freebsd-13-stable/contrib/jemalloc/include/jemalloc/internal/
HDtcache_structs.h39 bool in_hook; member