Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 13 for bulk (0.39 sec)

  1. src/arena/arena.go

    This functionality in this package is mostly captured in the Arena type.
    Arenas allocate large chunks of memory for Go values, so they're likely to
    be inefficient for allocating only small amounts of small Go values. They're
    best used in bulk, on the order of MiB of memory allocated on each use.
    
    Note that by allowing for this limited form of manual memory allocation
    that use-after-free bugs are possible with regular Go values. This package
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Oct 12 20:23:36 GMT 2022
    - 4.3K bytes
    - Viewed (0)
  2. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const DLT_X2E_XORAYA = 214
    pkg syscall (netbsd-arm64-cgo), const DLT_X2E_XORAYA ideal-int
    pkg syscall (netbsd-arm64-cgo), const DT_BLK = 6
    pkg syscall (netbsd-arm64-cgo), const DT_BLK ideal-int
    pkg syscall (netbsd-arm64-cgo), const DT_CHR = 2
    pkg syscall (netbsd-arm64-cgo), const DT_CHR ideal-int
    pkg syscall (netbsd-arm64-cgo), const DT_DIR = 4
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  3. src/archive/tar/reader_test.go

    		// Write the initial GNU header.
    		var blk block
    		gnu := blk.toGNU()
    		sparse := gnu.sparse()
    		copy(gnu.realSize(), size)
    		sps = populateSparseMap(sparse, sps)
    		if format != FormatUnknown {
    			blk.setFormat(format)
    		}
    		out = append(out, blk[:]...)
    
    		// Write extended sparse blocks.
    		for len(sps) > 0 {
    			var blk block
    			sps = populateSparseMap(blk.toSparse(), sps)
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon Nov 21 21:14:38 GMT 2022
    - 47.1K bytes
    - Viewed (0)
  4. src/archive/tar/common.go

    			}
    		}
    		if v, ok := h.PAXRecords[paxKey]; ok && v == formatPAXTime(ts) {
    			paxHdrs[paxKey] = v
    		}
    	}
    
    	// Check basic fields.
    	var blk block
    	v7 := blk.toV7()
    	ustar := blk.toUSTAR()
    	gnu := blk.toGNU()
    	verifyString(h.Name, len(v7.name()), "Name", paxPath)
    	verifyString(h.Linkname, len(v7.linkName()), "Linkname", paxLinkpath)
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Mar 15 16:01:50 GMT 2024
    - 24.7K bytes
    - Viewed (2)
  5. api/go1.16.txt

    pkg syscall (darwin-arm64), const DLT_SLIP ideal-int
    pkg syscall (darwin-arm64), const DLT_SLIP_BSDOS = 15
    pkg syscall (darwin-arm64), const DLT_SLIP_BSDOS ideal-int
    pkg syscall (darwin-arm64), const DT_BLK = 6
    pkg syscall (darwin-arm64), const DT_BLK ideal-int
    pkg syscall (darwin-arm64), const DT_CHR = 2
    pkg syscall (darwin-arm64), const DT_CHR ideal-int
    pkg syscall (darwin-arm64), const DT_DIR = 4
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  6. api/go1.14.txt

    pkg syscall (freebsd-arm64), const DLT_X2E_XORAYA = 214
    pkg syscall (freebsd-arm64), const DLT_X2E_XORAYA ideal-int
    pkg syscall (freebsd-arm64), const DT_BLK = 6
    pkg syscall (freebsd-arm64), const DT_BLK ideal-int
    pkg syscall (freebsd-arm64), const DT_CHR = 2
    pkg syscall (freebsd-arm64), const DT_CHR ideal-int
    pkg syscall (freebsd-arm64), const DT_DIR = 4
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  7. api/go1.txt

    pkg syscall (darwin-386), const DLT_RAW ideal-int
    pkg syscall (darwin-386), const DLT_SLIP ideal-int
    pkg syscall (darwin-386), const DLT_SLIP_BSDOS ideal-int
    pkg syscall (darwin-386), const DT_BLK ideal-int
    pkg syscall (darwin-386), const DT_CHR ideal-int
    pkg syscall (darwin-386), const DT_DIR ideal-int
    pkg syscall (darwin-386), const DT_FIFO ideal-int
    pkg syscall (darwin-386), const DT_LNK ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  8. src/archive/tar/writer.go

    			for _, s := range spd {
    				hdr.Size += s.Length
    			}
    			copy(blk.V7().Size(), zeroBlock[:]) // Reset field
    			f.formatNumeric(blk.V7().Size(), hdr.Size)
    			f.formatNumeric(blk.GNU().RealSize(), realSize)
    		}
    	*/
    	blk.setFormat(FormatGNU)
    	if err := tw.writeRawHeader(blk, hdr.Size, hdr.Typeflag); err != nil {
    		return err
    	}
    
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Oct 13 18:36:46 GMT 2023
    - 19.6K bytes
    - Viewed (0)
  9. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const DLT_X2E_XORAYA = 214 #53466
    pkg syscall (freebsd-riscv64), const DLT_X2E_XORAYA ideal-int #53466
    pkg syscall (freebsd-riscv64), const DT_BLK = 6 #53466
    pkg syscall (freebsd-riscv64), const DT_BLK ideal-int #53466
    pkg syscall (freebsd-riscv64), const DT_CHR = 2 #53466
    pkg syscall (freebsd-riscv64), const DT_CHR ideal-int #53466
    pkg syscall (freebsd-riscv64), const DT_DIR = 4 #53466
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
  10. api/go1.1.txt

    pkg syscall (darwin-386), const DLT_PRONET = 4
    pkg syscall (darwin-386), const DLT_RAW = 12
    pkg syscall (darwin-386), const DLT_SLIP = 8
    pkg syscall (darwin-386), const DLT_SLIP_BSDOS = 15
    pkg syscall (darwin-386), const DT_BLK = 6
    pkg syscall (darwin-386), const DT_CHR = 2
    pkg syscall (darwin-386), const DT_DIR = 4
    pkg syscall (darwin-386), const DT_FIFO = 1
    pkg syscall (darwin-386), const DT_LNK = 10
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
Back to top