Home
last modified time | relevance | path

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

/external/dbus/bus/
Dservices.c67 DBusMemPool *service_pool; member
90 registry->service_pool = _dbus_mem_pool_new (sizeof (BusService), in bus_registry_new()
93 if (registry->service_pool == NULL) in bus_registry_new()
130 if (registry->service_pool) in bus_registry_unref()
131 _dbus_mem_pool_free (registry->service_pool); in bus_registry_unref()
260 service = _dbus_mem_pool_alloc (registry->service_pool); in bus_registry_ensure()
274 _dbus_mem_pool_dealloc (registry->service_pool, service); in bus_registry_ensure()
1215 _dbus_mem_pool_dealloc (service->registry->service_pool, service); in bus_service_unref()