Home
last modified time | relevance | path

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

/openbmc/linux/kernel/bpf/
H A Dverifier.c1588 static void *realloc_array(void *arr, size_t old_n, size_t new_n, size_t size) in realloc_array() function
1637 state->refs = realloc_array(state->refs, state->acquired_refs, n, in resize_reference_state()
1656 state->stack = realloc_array(state->stack, old_n, n, sizeof(struct bpf_stack_state)); in grow_stack_state()