Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for maxOutBufHeapLen (0.18 sec)

  1. src/cmd/link/internal/ld/outbuf.go

    		if err := out.Mmap(total); err != nil { // Mmap will copy out.heap over to out.buf
    			Exitf("mapping output file failed: %v", err)
    		}
    	}
    	return true
    }
    
    // maxOutBufHeapLen limits the growth of the heap area.
    const maxOutBufHeapLen = 10 << 20
    
    // writeLoc determines the write location if a buffer is mmaped.
    // We maintain two write buffers, an mmapped section, and a heap section for
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 17 19:51:29 UTC 2022
    - 8.1K bytes
    - Viewed (0)
Back to top