Home
last modified time | relevance | path

Searched refs:ctorFunc (Results 1 – 1 of 1) sorted by relevance

/external/syzkaller/vm/vmimpl/
Dvmimpl.go94 func Register(typ string, ctor ctorFunc) { argument
103 ctors = make(map[string]ctorFunc)
106 type ctorFunc func(env *Env) (Pool, error) type