Lines Matching refs:skip
509 # define GetStackTrace(stack, depth, skip) (0)
1238 // - Check if we needed to commit memory in the last 5 seconds. If so, skip this scavenge because it's a sign that we are short
3598 // Skip starting portion so that we end up aligned
3599 Length skip = 0;
3600 while ((((span->start+skip) << kPageShift) & (align - 1)) != 0) {
3601 skip++;
3603 ASSERT(skip < alloc);
3604 if (skip > 0) {
3605 Span* rest = pageheap->Split(span, skip);
3610 // Skip trailing portion that we do not need to return