Searched defs:_C_malloc (Results 1 – 2 of 2) sorted by relevance
59 func _C_malloc(n uintptr) unsafe.Pointer { return C.malloc(C.size_t(n)) } func
45 func _C_malloc(n uintptr) unsafe.Pointer { func