Searched refs:fail_nth (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-memory.c101 static int fail_nth = -1; variable
134 fail_nth = atoi (_dbus_getenv ("DBUS_MALLOC_FAIL_NTH"));
135 fail_alloc_counter = fail_nth;
136 _dbus_verbose ("Will fail dbus_malloc every %d times\n", fail_nth);
278 if (fail_nth >= 0)
279 fail_alloc_counter = fail_nth;

Completed in 55 milliseconds