Lines Matching refs:QGuestAllocator
127 static uint64_t mlist_fulfill(QGuestAllocator *s, MemBlock *freenode, in mlist_fulfill()
154 static void mlist_check(QGuestAllocator *s) in mlist_check()
177 static uint64_t mlist_alloc(QGuestAllocator *s, uint64_t size) in mlist_alloc()
189 static void mlist_free(QGuestAllocator *s, uint64_t addr) in mlist_free()
215 void alloc_destroy(QGuestAllocator *allocator) in alloc_destroy()
253 uint64_t guest_alloc(QGuestAllocator *allocator, size_t size) in guest_alloc()
275 void guest_free(QGuestAllocator *allocator, uint64_t addr) in guest_free()
286 void alloc_init(QGuestAllocator *s, QAllocOpts opts, in alloc_init()
307 void alloc_set_flags(QGuestAllocator *allocator, QAllocOpts opts) in alloc_set_flags()
312 void migrate_allocator(QGuestAllocator *src, in migrate_allocator()
313 QGuestAllocator *dst) in migrate_allocator()