Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for typedmemclr (0.58 sec)

  1. src/reflect/value.go

    //
    //go:noescape
    func typedmemmove(t *abi.Type, dst, src unsafe.Pointer)
    
    // typedmemclr zeros the value at ptr of type t.
    //
    //go:noescape
    func typedmemclr(t *abi.Type, ptr unsafe.Pointer)
    
    // typedmemclrpartial is like typedmemclr but assumes that
    // dst points off bytes into the value and only clears size bytes.
    //
    //go:noescape
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:17:41 UTC 2024
    - 119.9K bytes
    - Viewed (0)
Back to top