Home
last modified time | relevance | path

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

/external/dbus/dbus/
Ddbus-list.c38 static DBusMemPool *list_pool; variable
61 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 …]
/external/dbus/
DChangeLog.pre-1-014145 list_pool