Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dhook.h160 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() function
H A Dlarge.c288 hook_invoke_expand(hook_args->is_realloc in large_ralloc()
H A Darena.c1813 hook_invoke_expand(hook_args->is_realloc in arena_ralloc()
H A Djemalloc.c3433 hook_invoke_expand(hook_expand_xallocx, ptr, old_usize, in je_xallocx()
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h223 #define hook_invoke_expand JEMALLOC_N(hook_invoke_expand) macro