Lines Matching defs:args
2732 uintptr_t args[3] = {size};
2733 hook_invoke_alloc(hook_alloc_malloc, ret, (uintptr_t)ret, args);
2780 uintptr_t args[3] = {(uintptr_t)memptr, (uintptr_t)alignment,
2783 (uintptr_t)ret, args);
2823 uintptr_t args[3] = {(uintptr_t)alignment, (uintptr_t)size};
2825 (uintptr_t)ret, args);
2858 uintptr_t args[3] = {(uintptr_t)num, (uintptr_t)size};
2859 hook_invoke_alloc(hook_alloc_calloc, ret, (uintptr_t)ret, args);
3209 uintptr_t args[3] = {alignment, size};
3211 args);
3248 uintptr_t args[3] = {size};
3249 hook_invoke_alloc(hook_alloc_valloc, ret, (uintptr_t)ret, args);
3430 uintptr_t args[3] = {size, flags};
3432 args);
3606 uintptr_t args[3] = {(uintptr_t)ptr, 0};
3607 hook_invoke_dalloc(hook_dalloc_realloc, ptr, args);
3659 uintptr_t args[3] = {(uintptr_t)ptr, size};
3661 (uintptr_t)ret, args);
3833 uintptr_t args[4] = {(uintptr_t)ptr, size, extra, flags};
3835 usize, (uintptr_t)usize, args);