Home
last modified time | relevance | path

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

/qemu/tests/qtest/libqos/
H A Dlibqos-malloc.h24 } QAllocOpts; typedef
29 QAllocOpts opts;
43 void alloc_set_flags(QGuestAllocator *allocator, QAllocOpts opts);
45 void alloc_init(QGuestAllocator *alloc, QAllocOpts flags,
H A Dmalloc-pc.h18 void pc_alloc_init(QGuestAllocator *s, QTestState *qts, QAllocOpts flags);
H A Dmalloc-spapr.h13 void spapr_alloc_init(QGuestAllocator *s, QTestState *qts, QAllocOpts flags);
H A Dlibqos-malloc.c219 QAllocOpts mask; in alloc_destroy()
286 void alloc_init(QGuestAllocator *s, QAllocOpts opts, in alloc_init()
307 void alloc_set_flags(QGuestAllocator *allocator, QAllocOpts opts) in alloc_set_flags()
H A Dmalloc-spapr.c18 void spapr_alloc_init(QGuestAllocator *s, QTestState *qts, QAllocOpts flags) in spapr_alloc_init()
H A Dmalloc-pc.c21 void pc_alloc_init(QGuestAllocator *s, QTestState *qts, QAllocOpts flags) in pc_alloc_init()
H A Dlibqos.h11 void (*alloc_init)(QGuestAllocator *, QTestState *, QAllocOpts);