<p>Consider the following pseudo-code:<br/>/* in global memory area accessible by threads */<br/>#define N 100<br/>struct frame *emptyStack[N];<br/>struct frame *displayQueue[N];<br/>int main() {<br/>/*<br/>** Allocate memory for N frames<br/>** Place the frames' addresses into