Home
last modified time | relevance | path

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

/external/dbus/bus/
Dservices.c65 DBusMemPool *service_pool; member
88 registry->service_pool = _dbus_mem_pool_new (sizeof (BusService), in bus_registry_new()
91 if (registry->service_pool == NULL) in bus_registry_new()
128 if (registry->service_pool) in bus_registry_unref()
129 _dbus_mem_pool_free (registry->service_pool); in bus_registry_unref()
258 service = _dbus_mem_pool_alloc (registry->service_pool); in bus_registry_ensure()
272 _dbus_mem_pool_dealloc (registry->service_pool, service); in bus_registry_ensure()
1217 _dbus_mem_pool_dealloc (service->registry->service_pool, service); in bus_service_unref()