Home | History | Annotate | Download | only in alloc

Lines Matching full:finger

163     mc->finger = NULL;
198 if (forceStack || (checkFinger && (void *)hc < ctx->finger)) {
224 * the finger across the bitmaps in address order and marking child
226 * the finger won't be visited by the bitmap scan, so those objects
358 * finger into account.
684 * a finger that points past the end of them.
686 ctx->finger = (void *)ULONG_MAX;
697 scanBitmapCallback(size_t numPtrs, void **ptrs, const void *finger, void *arg)
703 assert((uintptr_t)finger >= gLastFinger);
704 gLastFinger = (uintptr_t)finger;
707 ctx->finger = finger;
726 assert(ctx->finger == NULL);
1093 const void *finger, void *arg)
1134 sweepBitmapCallback(size_t numPtrs, void **ptrs, const void *finger, void *arg)