Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for putHash (0.07 sec)

  1. src/runtime/mgcmark.go

    			// these will be marked as "no more pointers",
    			// so we'll drop out immediately when we go to
    			// scan those.
    			for oblet := b + maxObletBytes; oblet < s.base()+s.elemsize; oblet += maxObletBytes {
    				if !gcw.putFast(oblet) {
    					gcw.put(oblet)
    				}
    			}
    		}
    
    		// Compute the size of the oblet. Since this object
    		// must be a large object, s.base() is the beginning
    		// of the object.
    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