Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 38 for mmap (0.03 sec)

  1. src/syscall/zsyscall_openbsd_arm.go

    	}
    	return
    }
    
    func libc_writev_trampoline()
    
    //go:cgo_import_dynamic libc_writev writev "libc.so"
    
    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    
    func mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos int64) (ret uintptr, err error) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 04 07:51:20 UTC 2024
    - 47.6K bytes
    - Viewed (0)
  2. src/syscall/zsyscall_aix_ppc64.go

    //go:cgo_import_dynamic libc_write write "libc.a/shr_64.o"
    //go:cgo_import_dynamic libc_writev writev "libc.a/shr_64.o"
    //go:cgo_import_dynamic libc_gettimeofday gettimeofday "libc.a/shr_64.o"
    //go:cgo_import_dynamic libc_mmap mmap "libc.a/shr_64.o"
    //go:cgo_import_dynamic libc_munmap munmap "libc.a/shr_64.o"
    
    //go:linkname libc_fcntl libc_fcntl
    //go:linkname libc_Dup2 libc_Dup2
    //go:linkname libc_pipe libc_pipe
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 13:50:55 UTC 2024
    - 41.7K bytes
    - Viewed (0)
  3. src/syscall/zsyscall_openbsd_riscv64.go

    	}
    	return
    }
    
    func libc_writev_trampoline()
    
    //go:cgo_import_dynamic libc_writev writev "libc.so"
    
    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    
    func mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos int64) (ret uintptr, err error) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 04 07:51:20 UTC 2024
    - 47.5K bytes
    - Viewed (0)
  4. src/syscall/zsyscall_openbsd_amd64.go

    	}
    	return
    }
    
    func libc_writev_trampoline()
    
    //go:cgo_import_dynamic libc_writev writev "libc.so"
    
    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    
    func mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos int64) (ret uintptr, err error) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 04 07:51:20 UTC 2024
    - 47.4K bytes
    - Viewed (0)
  5. src/syscall/zsyscall_openbsd_arm64.go

    	}
    	return
    }
    
    func libc_writev_trampoline()
    
    //go:cgo_import_dynamic libc_writev writev "libc.so"
    
    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    
    func mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos int64) (ret uintptr, err error) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 04 07:51:20 UTC 2024
    - 47.4K bytes
    - Viewed (0)
  6. src/syscall/zsyscall_openbsd_ppc64.go

    	}
    	return
    }
    
    func libc_writev_trampoline()
    
    //go:cgo_import_dynamic libc_writev writev "libc.so"
    
    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    
    func mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos int64) (ret uintptr, err error) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 04 07:51:20 UTC 2024
    - 47.4K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/lite/schema/schema_v3b.fbs

    // by index. The generous alignment accommodates mmap-friendly data structures.
    table Buffer {
      data:[ubyte] (force_align: 16);
    }
    
    table Metadata {
      // A human readable string to uniquely identify a Metadata.
      name:string;
      // An index to the buffers table.
      buffer:uint;
    }
    
    // Map from an alias name of tensor to tensor index in the graph.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 14:28:27 UTC 2024
    - 30K bytes
    - Viewed (0)
  8. src/syscall/zsyscall_openbsd_386.go

    	}
    	return
    }
    
    func libc_writev_trampoline()
    
    //go:cgo_import_dynamic libc_writev writev "libc.so"
    
    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    
    func mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos int64) (ret uintptr, err error) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 04 07:51:20 UTC 2024
    - 47.6K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zerrors_zos_s390x.go

    	POLLPRI                         = 0x0010
    	POLLERR                         = 0x0020
    	POLLHUP                         = 0x0040
    	POLLNVAL                        = 0x0080
    	PROT_READ                       = 0x1 // mmap - page can be read
    	PROT_WRITE                      = 0x2 // page can be written
    	PROT_NONE                       = 0x4 // can't be accessed
    	PROT_EXEC                       = 0x8 // can be executed
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 39.4K bytes
    - Viewed (0)
  10. src/cmd/cgo/internal/test/test.go

    typedef const int *issue23720B;
    void issue23720F(issue23720B a) {}
    
    // issue 24206
    #if defined(__linux__) && defined(__x86_64__)
    #include <sys/mman.h>
    // Returns string with null byte at the last valid address
    char* dangerousString1() {
    	int pageSize = 4096;
    	char *data = mmap(0, 2 * pageSize, PROT_READ|PROT_WRITE, MAP_ANON|MAP_PRIVATE, 0, 0);
    	mprotect(data + pageSize,pageSize,PROT_NONE);
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 15:50:06 UTC 2024
    - 48.5K bytes
    - Viewed (0)
Back to top