Searched refs:is_realloc (Results 1 – 5 of 5) sorted by relevance
198 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
1470 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()
3497 do_rallocx(void *ptr, size_t size, int flags, bool is_realloc) { in do_rallocx() argument3532 hook_ralloc_args_t hook_args = {is_realloc, {(uintptr_t)ptr, size, in do_rallocx()3564 if (is_realloc) { in do_rallocx()
159 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
133 bool is_realloc; member