Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/src/
H A Dlarge.c198 hook_invoke_expand(hook_args->is_realloc in large_ralloc_no_move_expand()
215 hook_invoke_alloc(hook_args->is_realloc in large_ralloc_no_move_expand()
218 hook_invoke_dalloc(hook_args->is_realloc
H A Darena.c1470 hook_invoke_expand(hook_args->is_realloc in arena_malloc_small()
1494 hook_invoke_alloc(hook_args->is_realloc in arena_malloc_small()
1497 hook_invoke_dalloc(hook_args->is_realloc in arena_malloc_small()
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_inlines_c.h159 hook_invoke_alloc(hook_args->is_realloc in iralloct_realign()
162 hook_invoke_dalloc(hook_args->is_realloc in iralloct_realign()
169 * is_realloc threads through the knowledge of whether or not this call comes
H A Dhook.h133 bool is_realloc; member