Home
last modified time | relevance | path

Searched defs:mallocgc (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dmalloc.go983 func mallocgc(size uintptr, typ *_type, needzero bool) unsafe.Pointer { func
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/typecheck/_builtin/
Druntime.go19 func mallocgc(size uintptr, typ *byte, needszero bool) unsafe.Pointer func