Home
last modified time | relevance | path

Searched defs:MemFault (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A Dtest_malloc.c30 static struct MemFault { struct
31 int iCountdown; /* Number of pending successes before a failure */
32 int nRepeat; /* Number of times to repeat the failure */
33 int nBenign; /* Number of benign failures seen since last config */
34 int nFail; /* Number of failures seen since last config */
35 int nOkBefore; /* Successful allocations prior to the first fault */
36 int nOkAfter; /* Successful allocations after a fault */
37 u8 enable; /* True if enabled */
38 int isInstalled; /* True if the fault simulation layer is installed */
39 int isBenignMode; /* True if malloc failures are considered benign */
[all …]