Searched refs:new_stack (Results 1 – 2 of 2) sorted by relevance
984 __u32 *new_stack; in btf_dump_push_decl_stack_id() local989 new_stack = realloc(d->decl_stack, in btf_dump_push_decl_stack_id()990 new_cap * sizeof(new_stack[0])); in btf_dump_push_decl_stack_id()991 if (!new_stack) in btf_dump_push_decl_stack_id()993 d->decl_stack = new_stack; in btf_dump_push_decl_stack_id()
112 struct thread_stack_entry *new_stack; in thread_stack__grow() local118 new_stack = realloc(ts->stack, sz); in thread_stack__grow()119 if (!new_stack) in thread_stack__grow()122 ts->stack = new_stack; in thread_stack__grow()