HomeSort by relevance Sort by last modified time
    Searched refs:_dbus_mem_pool_dealloc (Results 1 - 5 of 5) sorted by null

  /external/dbus/dbus/
dbus-mempool.h 39 dbus_bool_t _dbus_mem_pool_dealloc (DBusMemPool *pool,
dbus-mempool.c 208 * The object must be freed with _dbus_mem_pool_dealloc().
347 _dbus_mem_pool_dealloc (DBusMemPool *pool, function
526 _dbus_mem_pool_dealloc (pool, to_free[j]);
596 _dbus_mem_pool_dealloc (pool, to_free[j]);
dbus-hash.c 453 _dbus_mem_pool_dealloc (table->entry_pool, entry);
    [all...]
dbus-list.c 97 if (_dbus_mem_pool_dealloc (list_pool, link))
  /external/dbus/bus/
services.c 209 _dbus_mem_pool_dealloc (service->registry->owner_pool, result);
236 _dbus_mem_pool_dealloc (owner->service->registry->owner_pool, owner);
274 _dbus_mem_pool_dealloc (registry->service_pool, service);
    [all...]

Completed in 155 milliseconds