Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 32 of 32 for putHash (0.12 sec)

  1. src/internal/fuzz/worker.go

    	// to shared memory after completing minimization.
    	success, err := ws.minimizeInput(ctx, vals, mem, args)
    	if success {
    		writeToMem(vals, mem)
    		outHash := sha256.Sum256(mem.valueCopy())
    		mem.header().rawInMem = false
    		resp.WroteToMem = true
    		if err != nil {
    			resp.Err = err.Error()
    		} else {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 26 19:58:28 UTC 2024
    - 37.7K bytes
    - Viewed (0)
  2. 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