Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for mortises (0.14 sec)

  1. pkg/controller/clusterroleaggregation/clusterroleaggregation_controller_test.go

    			{Verbs: []string{"hammer"}, Resources: []string{"wedges"}},
    		}
    	}
    	chiselRules := func() []rbacv1.PolicyRule {
    		return []rbacv1.PolicyRule{
    			{Verbs: []string{"chisel"}, Resources: []string{"mortises"}},
    		}
    	}
    	sawRules := func() []rbacv1.PolicyRule {
    		return []rbacv1.PolicyRule{
    			{Verbs: []string{"saw"}, Resources: []string{"boards"}},
    		}
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 12 15:46:12 UTC 2023
    - 9K bytes
    - Viewed (0)
  2. src/runtime/mcentral.go

    		traceRelease(trace)
    	}
    
    	// If we sweep spanBudget spans without finding any free
    	// space, just allocate a fresh span. This limits the amount
    	// of time we can spend trying to find free space and
    	// amortizes the cost of small object sweeping over the
    	// benefit of having a full free span to allocate from. By
    	// setting this to 100, we limit the space overhead to 1%.
    	//
    	// TODO(austin,mknyszek): This still has bad worst-case
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 8.1K bytes
    - Viewed (0)
Back to top