Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/net/
Dcgo_unix_cgo.go59 func _C_malloc(n uintptr) unsafe.Pointer { return C.malloc(C.size_t(n)) } func
Dcgo_unix_syscall.go45 func _C_malloc(n uintptr) unsafe.Pointer { func