Searched refs:ck_realloc (Results 1 – 4 of 4) sorted by relevance
/external/AFLplusplus/src/ |
D | afl-fuzz.c | 2225 afl->virgin_bits = ck_realloc(afl->virgin_bits, map_size); in main() 2226 afl->virgin_tmout = ck_realloc(afl->virgin_tmout, map_size); in main() 2227 afl->virgin_crash = ck_realloc(afl->virgin_crash, map_size); in main() 2228 afl->var_bytes = ck_realloc(afl->var_bytes, map_size); in main() 2229 afl->top_rated = ck_realloc(afl->top_rated, map_size * sizeof(void *)); in main() 2230 afl->clean_trace = ck_realloc(afl->clean_trace, map_size); in main() 2231 afl->clean_trace_custom = ck_realloc(afl->clean_trace_custom, map_size); in main() 2232 afl->first_trace = ck_realloc(afl->first_trace, map_size); in main() 2233 afl->map_tmp_buf = ck_realloc(afl->map_tmp_buf, map_size); in main() 2275 afl->virgin_bits = ck_realloc(afl->virgin_bits, new_map_size); in main() [all …]
|
D | afl-cc.c | 3109 arg_buf = ck_realloc(arg_buf, (arg_len + 1) * sizeof(char)); \ in process_params() 3119 argv_read = ck_realloc(argv_read, argc_read * sizeof(char *)); \ in process_params()
|
D | afl-fuzz-queue.c | 1331 afl->q_testcase_cache = (struct queue_entry **)ck_realloc( in queue_testcase_get()
|
/external/AFLplusplus/include/ |
D | alloc-inl.h | 174 #define ck_realloc DFL_ck_realloc macro 422 #define ck_realloc DFL_ck_realloc macro 592 #define ck_realloc(_p1, _p2) \ macro
|