Lines Matching defs:depth
40 * how many allocations it wants to see and what the stack depth should be.
41 * Changing the window size is easy, changing the max stack depth is harder
241 (1b) stack depth
395 /* compute depth */
396 int depth;
397 for (depth = 0; depth < kMaxAllocRecordStackDepth; depth++) {
398 if (pRec->stackElem[depth].method == NULL)
408 set1(&ptr[8], depth);
414 for (i = 0; i < depth; i++) {