Home
last modified time | relevance | path

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

/src/contrib/jemalloc/src/ !
H A Dlarge.c198 hook_invoke_expand(hook_args->is_realloc in large_ralloc()
215 hook_invoke_alloc(hook_args->is_realloc in large_ralloc()
218 hook_invoke_dalloc(hook_args->is_realloc in large_ralloc()
H A Darena.c1470 hook_invoke_expand(hook_args->is_realloc in arena_ralloc()
1494 hook_invoke_alloc(hook_args->is_realloc in arena_ralloc()
1497 hook_invoke_dalloc(hook_args->is_realloc in arena_ralloc()
H A Djemalloc.c3497 do_rallocx(void *ptr, size_t size, int flags, bool is_realloc) { in do_rallocx() argument
3532 hook_ralloc_args_t hook_args = {is_realloc, {(uintptr_t)ptr, size, in do_rallocx()
3564 if (is_realloc) { in do_rallocx()
/src/contrib/jemalloc/include/jemalloc/internal/ !
H A Dhook.h133 bool is_realloc; member
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()