Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dhook.h90 typedef enum hook_expand_e hook_expand_t; typedef
100 void *extra, hook_expand_t type, void *address, size_t old_usize,
160 void hook_invoke_expand(hook_expand_t type, void *address, size_t old_usize,
/freebsd/contrib/jemalloc/src/
H A Dhook.c183 hook_invoke_expand(hook_expand_t type, void *address, size_t old_usize, in hook_invoke_expand()