Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for 296875 (0.1 sec)

  1. src/runtime/mgcscavenge.go

    	// scavChunkHiOcFrac indicates the fraction of pages that need to be allocated
    	// in the chunk in a single GC cycle for it to be considered high density.
    	scavChunkHiOccFrac  = 0.96875
    	scavChunkHiOccPages = uint16(scavChunkHiOccFrac * pallocChunkPages)
    )
    
    // heapRetained returns an estimate of the current heap RSS.
    func heapRetained() uint64 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 17:48:45 UTC 2024
    - 52.3K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.3.md

    * Update docker engine-api to dea108d3aa ([#29144](https://github.com/kubernetes/kubernetes/pull/29144), [@ronnielai](https://github.com/ronnielai))
    * Assume volume is detached if node doesn't exist ([#29485](https://github.com/kubernetes/kubernetes/pull/29485), [@saad-ali](https://github.com/saad-ali))
    * Make PD E2E Tests Wait for Detach to Prevent Kernel Errors ([#29031](https://github.com/kubernetes/kubernetes/pull/29031), [@saad-ali](https://github.com/saad-ali))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 84K bytes
    - Viewed (0)
  3. src/cmd/asm/internal/asm/testdata/arm64.s

    	FMOVS	$(4.0), F0                      // 0010221e
    	FMOVD	$(4.0), F0                      // 0010621e
    	FMOVS	$(0.265625), F1                 // 01302a1e
    	FMOVD	$(0.1796875), F2                // 02f0681e
    	FMOVS	$(0.96875), F3                  // 03f02d1e
    	FMOVD	$(28.0), F4                     // 0490671e
    	FMOVD	$0, F0                          // e003679e
    	FMOVS	$0, F0                          // e003271e
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 08 03:28:17 UTC 2023
    - 94.9K bytes
    - Viewed (0)
  4. src/net/http/httputil/reverseproxy_test.go

    	if err != nil {
    		t.Fatal(err)
    	}
    	res.Body.Close()
    	if res.StatusCode != http.StatusBadGateway {
    		t.Errorf("request to bad proxy = %v; want 502 StatusBadGateway", res.Status)
    	}
    
    }
    
    // Issue 16875: remove any proxied headers mentioned in the "Connection"
    // header value.
    func TestReverseProxyStripHeadersPresentInConnection(t *testing.T) {
    	const fakeConnectionToken = "X-Fake-Connection-Token"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 54.6K bytes
    - Viewed (0)
Back to top