Home
last modified time | relevance | path

Searched refs:_dbus_mem_pool_alloc (Results 1 – 5 of 5) sorted by relevance

/external/dbus/dbus/
Ddbus-mempool.c209 _dbus_mem_pool_alloc (DBusMemPool *pool) in _dbus_mem_pool_alloc() function
459 to_free[j] = _dbus_mem_pool_alloc (pool); in time_for_size()
529 to_free[j] = _dbus_mem_pool_alloc (pool); in time_for_size()
Ddbus-mempool.h38 void* _dbus_mem_pool_alloc (DBusMemPool *pool);
Ddbus-list.c71 link = _dbus_mem_pool_alloc (list_pool); in alloc_link()
82 link = _dbus_mem_pool_alloc (list_pool); in alloc_link()
Ddbus-hash.c447 entry = _dbus_mem_pool_alloc (table->entry_pool); in alloc_entry()
/external/dbus/bus/
Dservices.c193 result = _dbus_mem_pool_alloc (service->registry->owner_pool); in bus_owner_new()
260 service = _dbus_mem_pool_alloc (registry->service_pool); in bus_registry_ensure()