Searched refs:vmaAlloc (Results 1 – 2 of 2) sorted by relevance
113 type vmaAlloc struct { struct119 func newVmaAlloc(totalPages uint64) *vmaAlloc {120 return &vmaAlloc{126 func (va *vmaAlloc) noteAlloc(page, size uint64) { argument136 func (va *vmaAlloc) alloc(r *randGen, size uint64) uint64 { argument
22 va *vmaAlloc