Searched defs:alloc_entry (Results 1 - 1 of 1) sorted by relevance

/external/qemu/qobject/
H A Dqdict.c72 * alloc_entry(): allocate a new QDictEntry
74 static QDictEntry *alloc_entry(const char *key, QObject *value) function
145 entry = alloc_entry(key, value);

Completed in 79 milliseconds