OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:allocated_elements
(Results
1 - 1
of
1
) sorted by null
/external/dbus/dbus/
dbus-mempool.c
106
int
allocated_elements
; /**< Count of outstanding allocated elements */
member in struct:DBusMemPool
164
pool->
allocated_elements
= 0;
241
pool->
allocated_elements
+= 1;
269
pool->
allocated_elements
+= 1;
330
pool->
allocated_elements
+= 1;
374
_dbus_assert (pool->
allocated_elements
> 0);
375
pool->
allocated_elements
-= 1;
377
if (pool->
allocated_elements
== 0)
401
_dbus_assert (pool->
allocated_elements
> 0);
402
pool->
allocated_elements
-= 1
[
all
...]
Completed in 63 milliseconds