mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-18 12:48:06 +00:00
add eviction stat
This commit is contained in:
@ -704,6 +704,9 @@ typedef struct afl_state {
|
||||
/* How many queue entries currently have cached testcases */
|
||||
u32 q_testcase_cache_count;
|
||||
|
||||
/* How often did we evict from the cache */
|
||||
u32 q_testcase_evictions;
|
||||
|
||||
/* Refs to each queue entry with cached testcase (for eviction, if cache_count
|
||||
* is too large) */
|
||||
struct queue_entry *q_testcase_cache[TESTCASE_ENTRIES];
|
||||
|
Reference in New Issue
Block a user