Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for runGCProg (0.08 sec)

  1. src/runtime/mbitmap.go

    //	10000000 n c: repeat the previous n bits c times; n, c are varints
    //	1nnnnnnn c: repeat the previous n bits c times; c is a varint
    
    // runGCProg returns the number of 1-bit entries written to memory.
    func runGCProg(prog, dst *byte) uintptr {
    	dstStart := dst
    
    	// Bits waiting to be written to memory.
    	var bits uintptr
    	var nbits uintptr
    
    	p := prog
    Run:
    	for {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 00:18:55 UTC 2024
    - 60K bytes
    - Viewed (0)
Back to top