OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fail_nth
(Results
1 - 1
of
1
) sorted by null
/external/dbus/dbus/
dbus-memory.c
100
static int
fail_nth
= -1;
variable
132
fail_nth
= atoi (_dbus_getenv ("DBUS_MALLOC_FAIL_NTH"));
133
fail_alloc_counter =
fail_nth
;
134
_dbus_verbose ("Will fail malloc every %d times\n",
fail_nth
);
258
if (
fail_nth
>= 0)
259
fail_alloc_counter =
fail_nth
;
Completed in 30 milliseconds