Home
last modified time | relevance | path

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

/dports/emulators/qemu-utils/qemu-4.2.1/tests/libqos/
H A Dlibqos.h35 static inline uint64_t qmalloc(QOSState *q, size_t bytes) in qmalloc() function
/dports/emulators/qemu5/qemu-5.2.0/tests/qtest/libqos/
H A Dlibqos.h35 static inline uint64_t qmalloc(QOSState *q, size_t bytes) in qmalloc() function
/dports/emulators/qemu-guest-agent/qemu-5.0.1/tests/qtest/libqos/
H A Dlibqos.h35 static inline uint64_t qmalloc(QOSState *q, size_t bytes) in qmalloc() function
/dports/emulators/qemu42/qemu-4.2.1/tests/libqos/
H A Dlibqos.h35 static inline uint64_t qmalloc(QOSState *q, size_t bytes) in qmalloc() function
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/tests/qtest/libqos/
H A Dlibqos.h35 static inline uint64_t qmalloc(QOSState *q, size_t bytes) in qmalloc() function
/dports/emulators/qemu/qemu-6.2.0/tests/qtest/libqos/
H A Dlibqos.h35 static inline uint64_t qmalloc(QOSState *q, size_t bytes) in qmalloc() function
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/tests/qtest/libqos/
H A Dlibqos.h35 static inline uint64_t qmalloc(QOSState *q, size_t bytes) in qmalloc() function
/dports/emulators/qemu60/qemu-6.0.0/tests/qtest/libqos/
H A Dlibqos.h35 static inline uint64_t qmalloc(QOSState *q, size_t bytes) in qmalloc() function
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/tests/libqos/
H A Dlibqos.h37 static inline uint64_t qmalloc(QOSState *q, size_t bytes) in qmalloc() function
/dports/games/netradiant/netradiant-20150621-src/tools/quake2/extra/qe4/
H A Dqe3.c60 void *qmalloc (int size) in qmalloc() function
/dports/games/gtkradiant/GPL/Q2Tools/qe4/
H A Dqe3.c60 void *qmalloc (int size) in qmalloc() function
/dports/net/frr7/frr-frr-7.5.1/lib/
H A Dmemory.c103 void *qmalloc(struct memtype *mt, size_t size) in qmalloc() function
/dports/net/frr7-pythontools/frr-frr-7.5.1/lib/
H A Dmemory.c103 void *qmalloc(struct memtype *mt, size_t size) in qmalloc() function
/dports/devel/dev86/dev86-0.16.20/bcc/
H A Dtable.c650 PUBLIC void *qmalloc(size) in qmalloc() function
/dports/science/openbabel/openbabel-3.1.1/include/inchi/
H A Dmode.h1017 #define qmalloc(X) _alloca(X) macro
1020 #define qmalloc(X) inchi_malloc(X) macro