The Stack (Cont.) The allocation of a stack frame does not require performing real memory allocation, since the space for the stack is pre-allocated. All that is required is to update the value of the stack pointer - a register containing the address of the top of the stack.