Home
last modified time | relevance | path

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

/external/syzkaller/prog/
Dalloc.go113 type vmaAlloc struct { struct
114 numPages uint64
115 used []uint64
116 m map[uint64]struct{}
126 func (va *vmaAlloc) noteAlloc(page, size uint64) {
136 func (va *vmaAlloc) alloc(r *randGen, size uint64) uint64 {