Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for osinit_hack_trampoline (0.15 sec)

  1. src/runtime/sys_darwin.go

    //
    //go:nosplit
    func osinit_hack() {
    	if GOOS == "darwin" { // not ios
    		libcCall(unsafe.Pointer(abi.FuncPCABI0(osinit_hack_trampoline)), nil)
    	}
    	return
    }
    func osinit_hack_trampoline()
    
    // mmap is used to do low-level memory allocation via mmap. Don't allow stack
    // splits, since this function (used by sysAlloc) is called in a lot of low-level
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:17:26 UTC 2024
    - 23.9K bytes
    - Viewed (0)
Back to top