Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for spf (0.02 sec)

  1. src/runtime/mgcmark.go

    				case _KindSpecialFinalizer:
    					// don't mark finalized object, but scan it so we
    					// retain everything it points to.
    					spf := (*specialfinalizer)(unsafe.Pointer(sp))
    					// A finalizer can be set for an inner byte of an object, find object beginning.
    					p := s.base() + uintptr(spf.special.offset)/s.elemsize*s.elemsize
    
    					// Mark everything that can be reached from
    					// the object (but *not* the object itself or
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 18 21:25:11 UTC 2024
    - 52.5K bytes
    - Viewed (0)
Back to top