Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for gcmarknewobject (0.17 sec)

  1. src/runtime/arena.go

    	// Allocate black during GC.
    	// All slots hold nil so no scanning is needed.
    	// This may be racing with GC so do it atomically if there can be
    	// a race marking the bit.
    	if gcphase != _GCoff {
    		gcmarknewobject(span, span.base())
    	}
    
    	if raceenabled {
    		// TODO(mknyszek): Track individual objects.
    		racemalloc(unsafe.Pointer(span.base()), span.elemsize)
    	}
    
    	if msanenabled {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 17:44:56 UTC 2024
    - 37.9K bytes
    - Viewed (0)
Back to top