Home
last modified time | relevance | path

Searched refs:ASAN_POISON_MEMORY_REGION (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/base/sanitizer/
Dasan.h18 #if !defined(ASAN_POISON_MEMORY_REGION) || !defined(ASAN_UNPOISON_MEMORY_REGION)
41 #define ASAN_POISON_MEMORY_REGION(start, size) \ macro
49 ASAN_POISON_MEMORY_REGION(start, size)
52 ASAN_POISON_MEMORY_REGION(start, size)
/third_party/node/deps/v8/src/heap/cppgc/
Dmemory.h74 ASAN_POISON_MEMORY_REGION(address, size); in SetMemoryInaccessible()
127 ASAN_POISON_MEMORY_REGION(address, size); in CheckMemoryIsInaccessible()
Dobject-poisoner.h27 ASAN_POISON_MEMORY_REGION(header.ObjectStart(), in VisitHeapObjectHeader()
Dheap-page.cc144 ASAN_POISON_MEMORY_REGION(begin, size); in Create()
/third_party/node/deps/v8/src/zone/
Dzone.cc64 ASAN_POISON_MEMORY_REGION(reinterpret_cast<void*>(redzone_position), in AsanNew()
/third_party/protobuf/src/google/protobuf/
Darena.cc202 ASAN_POISON_MEMORY_REGION(ptr_, limit_ - ptr_); in AllocateAlignedFallback()
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dlayout.h625 ASAN_POISON_MEMORY_REGION(p + start, Offset<N>() - start);
Dcontainer_memory.h221 ASAN_POISON_MEMORY_REGION(m, s); in SanitizerPoisonMemoryRegion()