Home
last modified time | relevance | path

Searched refs:ASAN_UNPOISON_MEMORY_REGION (Results 1 – 23 of 23) sorted by relevance

/external/libtextclassifier/native/utils/base/
Darena.cc167 ASAN_UNPOISON_MEMORY_REGION(first_blocks_[0].mem, first_blocks_[0].size); in ~BaseArena()
386 ASAN_UNPOISON_MEMORY_REGION(b->mem, b->size); in AllocNewBlock()
403 ASAN_UNPOISON_MEMORY_REGION(last_alloc_, size); in AllocNewBlock()
463 ASAN_UNPOISON_MEMORY_REGION(last_alloc_, newsize); in AllocNewBlock()
507 ASAN_UNPOISON_MEMORY_REGION(resized, newsize); in AllocNewBlock()
Darena.h121 ASAN_UNPOISON_MEMORY_REGION(last_alloc_, size); in GetMemory()
/external/compiler-rt/include/sanitizer/
Dasan_interface.h44 #define ASAN_UNPOISON_MEMORY_REGION(addr, size) \ macro
49 #define ASAN_UNPOISON_MEMORY_REGION(addr, size) \ macro
/external/llvm-project/compiler-rt/include/sanitizer/
Dasan_interface.h69 #define ASAN_UNPOISON_MEMORY_REGION(addr, size) \ macro
74 #define ASAN_UNPOISON_MEMORY_REGION(addr, size) \ macro
/external/pigweed/pw_fuzzer/public/pw_fuzzer/
Dasan_interface.h24 #define ASAN_UNPOISON_MEMORY_REGION(addr, size) ((void)(addr), (void)(size)) macro
/external/libaom/libaom/aom_ports/
Dsanitizer.h35 #define ASAN_UNPOISON_MEMORY_REGION(addr, size) ((void)(addr), (void)(size)) macro
/external/libgav1/libgav1/src/utils/
Dcompiler_attributes.h79 #define ASAN_UNPOISON_MEMORY_REGION(addr, size) \ macro
/external/compiler-rt/test/asan/TestCases/
Dstrtoll_strict.c54 ASAN_UNPOISON_MEMORY_REGION(array, 8); in test3()
Dstrtol_strict.c61 ASAN_UNPOISON_MEMORY_REGION(array, 8); in test3()
/external/libaom/libaom/test/
Divf_video_source.h88 ASAN_UNPOISON_MEMORY_REGION(compressed_frame_buf_, kCodeBufferSize); in FillFrame()
/external/llvm-project/compiler-rt/test/asan/TestCases/
Dstrtoll_strict.c55 ASAN_UNPOISON_MEMORY_REGION(array, 8); in test3()
Dstrtol_strict.c62 ASAN_UNPOISON_MEMORY_REGION(array, 8); in test3()
/external/libaom/libaom/common/
Divfdec.c98 ASAN_UNPOISON_MEMORY_REGION(*buffer, *buffer_size); in ivf_read_frame()
/external/pigweed/pw_tokenizer/
Dtoken_database_fuzzer.cc127 ASAN_UNPOISON_MEMORY_REGION(poisoned, poisoned_length); in LLVMFuzzerTestOneInput()
/external/webrtc/rtc_base/
Dsanitizer.h69 ASAN_UNPOISON_MEMORY_REGION(ptr, element_size * num_elements); in rtc_AsanUnpoison()
/external/protobuf/src/google/protobuf/
Darena_impl.h168 ASAN_UNPOISON_MEMORY_REGION(ret, n); in AllocateAligned()
Darena.cc298 ASAN_UNPOISON_MEMORY_REGION(b->Pointer(0), b->size()); in Free()
/external/pigweed/pw_protobuf/
Dencoder_fuzzer.cc283 ASAN_UNPOISON_MEMORY_REGION(poisoned, poisoned_length); in LLVMFuzzerTestOneInput()
/external/abseil-cpp/absl/container/internal/
Dcontainer_memory.h220 ASAN_UNPOISON_MEMORY_REGION(m, s); in SanitizerUnpoisonMemoryRegion()
/external/openscreen/third_party/abseil/src/absl/container/internal/
Dcontainer_memory.h232 ASAN_UNPOISON_MEMORY_REGION(m, s); in SanitizerUnpoisonMemoryRegion()
/external/libtextclassifier/abseil-cpp/absl/container/internal/
Dcontainer_memory.h232 ASAN_UNPOISON_MEMORY_REGION(m, s); in SanitizerUnpoisonMemoryRegion()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/
Dcontainer_memory.h232 ASAN_UNPOISON_MEMORY_REGION(m, s); in SanitizerUnpoisonMemoryRegion()
/external/webrtc/third_party/abseil-cpp/absl/container/internal/
Dcontainer_memory.h220 ASAN_UNPOISON_MEMORY_REGION(m, s); in SanitizerUnpoisonMemoryRegion()