HomeSort by relevance Sort by last modified time
    Searched defs:newobject (Results 1 - 4 of 4) sorted by null

  /prebuilts/go/darwin-x86/src/runtime/
malloc.go 838 func newobject(typ *_type) unsafe.Pointer { func
844 return newobject(typ)
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
malloc.go 838 func newobject(typ *_type) unsafe.Pointer { func
844 return newobject(typ)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/builtin/
runtime.go 17 func newobject(typ *byte) *any func
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/builtin/
runtime.go 17 func newobject(typ *byte) *any func

Completed in 288 milliseconds