Searched refs:poisoned_length (Results 1 – 2 of 2) sorted by relevance
111 size_t poisoned_length = kBufferSizeMax - data_size; in LLVMFuzzerTestOneInput() local114 ASAN_POISON_MEMORY_REGION(poisoned, poisoned_length); in LLVMFuzzerTestOneInput()127 ASAN_UNPOISON_MEMORY_REGION(poisoned, poisoned_length); in LLVMFuzzerTestOneInput()
132 size_t poisoned_length = sizeof(buffer) - unpoisoned_length; in LLVMFuzzerTestOneInput() local133 ASAN_POISON_MEMORY_REGION(poisoned, poisoned_length); in LLVMFuzzerTestOneInput()283 ASAN_UNPOISON_MEMORY_REGION(poisoned, poisoned_length); in LLVMFuzzerTestOneInput()