Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 59 of 59 for osinit (0.53 sec)

  1. src/cmd/cgo/out.go

    		defer fgcch.Close()
    		_, err = io.Copy(fexp, fgcch)
    		if err != nil {
    			fatalf("%s", err)
    		}
    		if err = fexp.Close(); err != nil {
    			fatalf("%s", err)
    		}
    	}
    
    	init := gccgoInit.String()
    	if init != "" {
    		// The init function does nothing but simple
    		// assignments, so it won't use much stack space, so
    		// it's OK to not split the stack. Splitting the stack
    		// can run into a bug in clang (as of 2018-11-09):
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 29 16:41:10 UTC 2024
    - 59.6K bytes
    - Viewed (0)
  2. src/runtime/mpagealloc.go

    	// Initialize p.inUse.
    	p.inUse.init(sysStat)
    
    	// System-dependent initialization.
    	p.sysInit(test)
    
    	// Start with the searchAddr in a state indicating there's no free memory.
    	p.searchAddr = maxSearchAddr()
    
    	// Set the mheapLock.
    	p.mheapLock = mheapLock
    
    	// Initialize the scavenge index.
    	p.summaryMappedReady += p.scav.index.init(test, sysStat)
    
    	// Set if we're in a test.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 39.2K bytes
    - Viewed (0)
  3. platforms/core-configuration/model-core/src/main/java/org/gradle/internal/instantiation/generator/AsmBackedClassGenerator.java

                }
            }
    
            @Override
            public void addDefaultConstructor() {
                publicMethod("<init>", RETURN_VOID, methodVisitor -> new MethodVisitorScope(methodVisitor) {{
                    // this.super()
                    _ALOAD(0);
                    _INVOKESPECIAL(OBJECT_TYPE, "<init>", RETURN_VOID);
    
                    // this.init_method()
                    _ALOAD(0);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 24 15:40:00 UTC 2024
    - 100.6K bytes
    - Viewed (0)
  4. src/runtime/mgc.go

    // this to true to break all the programs using assume-no-moving-gc.
    //
    //go:linkname heapObjectsCanMove
    func heapObjectsCanMove() bool {
    	return false
    }
    
    func gcinit() {
    	if unsafe.Sizeof(workbuf{}) != _WorkbufSize {
    		throw("size of Workbuf is suboptimal")
    	}
    	// No sweep on the first cycle.
    	sweep.active.state.Store(sweepDrainedMask)
    
    	// Initialize GC pacer state.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 62K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/windows/syscall_windows.go

    //sys	coCreateGuid(pguid *GUID) (ret error) = ole32.CoCreateGuid
    //sys	CoTaskMemFree(address unsafe.Pointer) = ole32.CoTaskMemFree
    //sys	CoInitializeEx(reserved uintptr, coInit uint32) (ret error) = ole32.CoInitializeEx
    //sys	CoUninitialize() = ole32.CoUninitialize
    //sys	CoGetObject(name *uint16, bindOpts *BIND_OPTS3, guid *GUID, functionTable **uintptr) (ret error) = ole32.CoGetObject
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 82.8K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/windows/zsyscall_windows.go

    	if r0 != 0 {
    		ret = syscall.Errno(r0)
    	}
    	return
    }
    
    func CoInitializeEx(reserved uintptr, coInit uint32) (ret error) {
    	r0, _, _ := syscall.Syscall(procCoInitializeEx.Addr(), 2, uintptr(reserved), uintptr(coInit), 0)
    	if r0 != 0 {
    		ret = syscall.Errno(r0)
    	}
    	return
    }
    
    func CoTaskMemFree(address unsafe.Pointer) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 195.8K bytes
    - Viewed (0)
  7. src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go

    		place = fmt.Sprintf("%*sPlace: nil", indent, "")
    	} else {
    		place = n.Place.goString(indent+2, "Place: ")
    	}
    	var ini string
    	if n.Init == nil {
    		ini = fmt.Sprintf("%*sInit: nil", indent, "")
    	} else {
    		ini = n.Init.goString(indent+2, "Init: ")
    	}
    	return fmt.Sprintf("%*s%sNew:\n%s\n%s\n%s\n%s", indent, "", field,
    		n.Op.goString(indent+2, "Op: "), place,
    		n.Type.goString(indent+2, "Type: "), ini)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 105.8K bytes
    - Viewed (0)
  8. src/cmd/link/internal/ld/lib.go

    		sb := ctxt.loader.MakeSymbolUpdater(symIdx)
    		sb.SetType(sym.SNOPTRDATA)
    		sb.AddUint8(1)
    	}
    
    	// Recalculate pe parameters now that we have ctxt.LinkMode set.
    	if ctxt.HeadType == objabi.Hwindows {
    		Peinit(ctxt)
    	}
    
    	if ctxt.LinkMode == LinkExternal {
    		// When external linking, we are creating an object file. The
    		// absolute address is irrelevant.
    		*FlagTextAddr = 0
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 21 18:45:27 UTC 2024
    - 88.6K bytes
    - Viewed (0)
  9. src/cmd/internal/obj/x86/asm6.go

    	{AFCLEX, ynone, Px, opBytes{0xdb, 0xe2}},
    	{AFCOS, ynone, Px, opBytes{0xd9, 0xff}},
    	{AFDECSTP, ynone, Px, opBytes{0xd9, 0xf6}},
    	{AFINCSTP, ynone, Px, opBytes{0xd9, 0xf7}},
    	{AFINIT, ynone, Px, opBytes{0xdb, 0xe3}},
    	{AFLD1, ynone, Px, opBytes{0xd9, 0xe8}},
    	{AFLDL2E, ynone, Px, opBytes{0xd9, 0xea}},
    	{AFLDL2T, ynone, Px, opBytes{0xd9, 0xe9}},
    	{AFLDLG2, ynone, Px, opBytes{0xd9, 0xec}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
Back to top