Searched refs:list_pool (Results 1 – 2 of 2) sorted by relevance
38 static DBusMemPool *list_pool; variable61 if (list_pool == NULL) in alloc_link()63 list_pool = _dbus_mem_pool_new (sizeof (DBusList), TRUE); in alloc_link()65 if (list_pool == NULL) in alloc_link()71 link = _dbus_mem_pool_alloc (list_pool); in alloc_link()74 _dbus_mem_pool_free (list_pool); in alloc_link()75 list_pool = NULL; in alloc_link()82 link = _dbus_mem_pool_alloc (list_pool); in alloc_link()97 if (_dbus_mem_pool_dealloc (list_pool, link)) in free_link()99 _dbus_mem_pool_free (list_pool); in free_link()[all …]
14145 list_pool