Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 14 of 14 for ovadvise (0.29 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/syscall_linux.go

    //sys	munmap(addr uintptr, length uintptr) (err error)
    //sys	mremap(oldaddr uintptr, oldlength uintptr, newlength uintptr, flags int, newaddr uintptr) (xaddr uintptr, err error)
    //sys	Madvise(b []byte, advice int) (err error)
    //sys	Mprotect(b []byte, prot int) (err error)
    //sys	Mlock(b []byte) (err error)
    //sys	Mlockall(flags int) (err error)
    //sys	Msync(b []byte, flags int) (err error)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 07 05:26:45 UTC 2024
    - 77.5K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_7.adoc

    Until Gradle 8.0, Gradle will detect if an input file collection annotated with `@SkipWhenEmpty` consists only of file trees and then ignore directories automatically.
    Moreover, Gradle will issue a deprecation warning to advise the user that the behavior will change in Gradle 8.0, and that the input property should be annotated with `@IgnoreEmptyDirectories`.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 15:00:23 UTC 2024
    - 87.7K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/ssagen/ssa.go

    	//
    	// a := &s
    	// ptr, len, cap := s
    	// len += 3
    	// if uint(len) > uint(cap) {
    	//    ptr, len, cap = growslice(ptr, len, cap, 3, typ)
    	//    vardef(a)    // if necessary, advise liveness we are writing a new a
    	//    *a.cap = cap // write before ptr to avoid a spill
    	//    *a.ptr = ptr // with write barrier
    	// }
    	// *a.len = len
    	// // with write barriers, if needed:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"MS_SILENT", Const, 0},
    		{"MS_SLAVE", Const, 0},
    		{"MS_STRICTATIME", Const, 0},
    		{"MS_SYNC", Const, 0},
    		{"MS_SYNCHRONOUS", Const, 0},
    		{"MS_UNBINDABLE", Const, 0},
    		{"Madvise", Func, 0},
    		{"MapViewOfFile", Func, 0},
    		{"MaxTokenInfoClass", Const, 0},
    		{"Mclpool", Type, 2},
    		{"Mclpool.Alive", Field, 2},
    		{"Mclpool.Cwm", Field, 2},
    		{"Mclpool.Grown", Field, 2},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
Back to top