OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:zero_elements
(Results
1 - 2
of
2
) sorted by null
/external/dbus/dbus/
dbus-mempool.h
36
dbus_bool_t
zero_elements
);
dbus-mempool.c
102
unsigned int
zero_elements
: 1; /**< whether to zero-init allocated elements */
member in struct:DBusMemPool
134
* @param
zero_elements
whether to zero-initialize elements
139
dbus_bool_t
zero_elements
)
162
pool->
zero_elements
=
zero_elements
!= FALSE;
176
VALGRIND_CREATE_MEMPOOL (pool, 0,
zero_elements
)
232
if (pool->
zero_elements
)
266
if (pool->
zero_elements
)
308
if (pool->
zero_elements
)
Completed in 5224 milliseconds