Searched defs:vmaAlloc (Results 1 – 1 of 1) sorted by relevance
113 type vmaAlloc struct { struct114 numPages uint64115 used []uint64116 m map[uint64]struct{}126 func (va *vmaAlloc) noteAlloc(page, size uint64) {136 func (va *vmaAlloc) alloc(r *randGen, size uint64) uint64 {