Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 15 of 15 for mheap (0.08 sec)

  1. src/cmd/compile/internal/ssa/_gen/generic.rules

    // during compilation to ensure correctness.
    // Take care that overlapping moves are preserved.
    // Restrict this optimization to the stack, to avoid duplicating loads from the heap;
    // see CL 145208 for discussion.
    (Move {t1} [s] dst tmp1 midmem:(Move {t2} [s] tmp2 src _))
    	&& t1.Compare(t2) == types.CMPeq
    	&& isSamePtr(tmp1, tmp2)
    	&& isStackPtr(src) && !isVolatile(src)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 22:21:05 UTC 2024
    - 135.3K bytes
    - Viewed (0)
  2. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    Memory", "refId": "H", "step": 2 }, { "expr": "go_memstats_heap_sys_bytes{app=\"istiod\"}", "format": "time_series", "hide": true, "intervalFactor": 2, "legendFormat": "heap sys", "refId": "A" }, { "expr": "go_memstats_heap_alloc_bytes{app=\"istiod\"}", "format": "time_series", "hide": true, "intervalFactor": 2, "legendFormat": "heap alloc", "refId": "D" }, { "expr": "go_memstats_alloc_bytes{app=\"istiod\"}", "format": "time_series", "intervalFactor": 2, "legendFormat": "Alloc", "refId": "F", "step":...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  3. src/cmd/internal/obj/x86/asm6.go

    		a.Reg += REG_AX - REG_AL
    		*t = 0
    	}
    }
    
    const (
    	movLit uint8 = iota // Like Zlit
    	movRegMem
    	movMemReg
    	movRegMem2op
    	movMemReg2op
    	movFullPtr // Load full pointer, trash heap (unsupported)
    	movDoubleShift
    	movTLSReg
    )
    
    var ymovtab = []movtab{
    	// push
    	{APUSHL, Ycs, Ynone, Ynone, movLit, [4]uint8{0x0e, 0}},
    	{APUSHL, Yss, Ynone, Ynone, movLit, [4]uint8{0x16, 0}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  4. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    an even thickness, appears all over of one uniform Colour, should be slit into Threads, or broken into Fragments, of the same thickness with the Plate; I see no reason why every Thread or Fragment should not keep its Colour, and by consequence why a heap of those Threads or Fragments should not constitute a Mass or Powder of the same Colour, which the Plate exhibited before it was broken. And the parts of all natural Bodies being like so many Fragments of a Plate, must on the same grounds exhibit the...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  5. src/reflect/all_test.go

    	pi.X.Inner = nil
    
    	// Set up an interface value that will cause a crash.
    	// P1 = 1 is a non-zero, so the interface looks non-nil.
    	// P2 = pi ensures that the data word points into the
    	// allocated heap; if not the collection skips the interface
    	// value as irrelevant, without dereferencing P1.
    	pi.P1 = 1
    	pi.P2 = uintptr(unsafe.Pointer(pi))
    }
    
    func TestCallMethodJump(t *testing.T) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 218.8K bytes
    - Viewed (0)
Back to top