OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:msanmalloc
(Results
1 - 4
of
4
) sorted by null
/prebuilts/go/darwin-x86/src/runtime/
msan0.go
21
func
msanmalloc
(addr unsafe.Pointer, sz uintptr) { throw("msan") }
func
msan.go
48
func
msanmalloc
(addr unsafe.Pointer, sz uintptr)
func
/prebuilts/go/linux-x86/src/runtime/
msan0.go
21
func
msanmalloc
(addr unsafe.Pointer, sz uintptr) { throw("msan") }
func
msan.go
48
func
msanmalloc
(addr unsafe.Pointer, sz uintptr)
func
Completed in 41 milliseconds