Lines Matching defs:Stack
76 Addr_Stack, // on a thread's stack
93 // On a stack.
95 ThreadId tid; // Which thread's stack?
96 } Stack;
306 emit( "%sAddress 0x%llx is just below the stack ptr. "
311 "is not stack'd, malloc'd or (recently) free'd%s\n",
317 emit( "%sAddress 0x%llx is on thread %d's stack%s\n",
318 xpre, (ULong)a, ai->Addr.Stack.tid, xpost );
419 case MC_OKIND_STACK: src = " by a stack allocation"; break;
1199 /* -- Perhaps it's on a thread's stack? -- */
1204 ai->Addr.Stack.tid = tid;
1268 // a length-1 trace indicates a stack origin. FIXME.