Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/src/
H A Dhook.c76 char *hooks_end = (char *)&hooks[HOOK_MAX]; in hook_remove() local
78 assert(hooks_begin <= hook && hook < hooks_end in hook_remove()