Searched refs:list_pool (Results 1 - 1 of 1) sorted by relevance

/external/dbus/dbus/
H A Ddbus-list.c38 static DBusMemPool *list_pool; variable
61 if (list_pool == NULL)
63 list_pool = _dbus_mem_pool_new (sizeof (DBusList), TRUE);
65 if (list_pool == NULL)
71 link = _dbus_mem_pool_alloc (list_pool);
74 _dbus_mem_pool_free (list_pool);
75 list_pool = NULL;
82 link = _dbus_mem_pool_alloc (list_pool);
97 if (_dbus_mem_pool_dealloc (list_pool, link))
99 _dbus_mem_pool_free (list_pool);
[all...]

Completed in 145 milliseconds