stack frame
RU: stack frame
The block of call-stack memory allocated for a single function invocation, holding that call's local variables, arguments, saved registers, and the return address. When a function returns its frame is popped and the memory is reclaimed; recursive calls each get their own frame.