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

  /external/dbus/dbus/
dbus-mempool.h 38 void* _dbus_mem_pool_alloc (DBusMemPool *pool);
dbus-mempool.c 169 * since _dbus_mem_pool_alloc() unconditionally
214 _dbus_mem_pool_alloc (DBusMemPool *pool) function
340 * _dbus_mem_pool_alloc(). The previous object
516 to_free[j] = _dbus_mem_pool_alloc (pool);
586 to_free[j] = _dbus_mem_pool_alloc (pool);
dbus-list.c 71 link = _dbus_mem_pool_alloc (list_pool);
82 link = _dbus_mem_pool_alloc (list_pool);
dbus-hash.c 433 entry = _dbus_mem_pool_alloc (table->entry_pool);
    [all...]
  /external/dbus/bus/
services.c 193 result = _dbus_mem_pool_alloc (service->registry->owner_pool);
260 service = _dbus_mem_pool_alloc (registry->service_pool);
    [all...]

Completed in 64 milliseconds