Searched refs:list_pool (Results 1 – 2 of 2) sorted by relevance
37 static DBusMemPool *list_pool; variable60 if (list_pool == NULL) in alloc_link()62 list_pool = _dbus_mem_pool_new (sizeof (DBusList), TRUE); in alloc_link()64 if (list_pool == NULL) in alloc_link()70 link = _dbus_mem_pool_alloc (list_pool); in alloc_link()73 _dbus_mem_pool_free (list_pool); in alloc_link()74 list_pool = NULL; in alloc_link()81 link = _dbus_mem_pool_alloc (list_pool); in alloc_link()96 if (_dbus_mem_pool_dealloc (list_pool, link)) in free_link()98 _dbus_mem_pool_free (list_pool); in free_link()[all …]
14212 list_pool