stackMax top-level constant

int const stackMax

Maximum stack size

Implementation

const int stackMax = framesMax * 256;