Definify.com

Definition 2024


call_stack

call stack

See also: callstack

English

Noun

call stack (plural call stacks)

  1. (computing) A stack that stores details of the functions called by a program in sequence, so that each function can return on completion to the code that called it.