Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for lockRankMayQueueFinalizer (0.19 sec)

  1. src/runtime/malloc.go

    	}
    
    	if size == 0 {
    		return unsafe.Pointer(&zerobase)
    	}
    
    	// It's possible for any malloc to trigger sweeping, which may in
    	// turn queue finalizers. Record this dynamic lock edge.
    	lockRankMayQueueFinalizer()
    
    	userSize := size
    	if asanenabled {
    		// Refer to ASAN runtime library, the malloc() function allocates extra memory,
    		// the redzone, around the user requested memory region. And the redzones are marked
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 59.6K bytes
    - Viewed (0)
Back to top