HomeSort by relevance Sort by last modified time
    Searched refs:ASAN_UNPOISON_MEMORY_REGION (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/heap/
AddressSanitizer.h 40 #define ASAN_UNPOISON_MEMORY_REGION(addr, size) \
Heap.cpp 959 ASAN_UNPOISON_MEMORY_REGION(object->heapObjectHeader(), sizeof(Header));
960 ASAN_UNPOISON_MEMORY_REGION(object->address() + object->size(), allocationGranularity);
    [all...]
Heap.h     [all...]
  /external/compiler-rt/include/sanitizer/
asan_interface.h 44 #define ASAN_UNPOISON_MEMORY_REGION(addr, size) \
49 #define ASAN_UNPOISON_MEMORY_REGION(addr, size) \
  /external/chromium_org/v8/src/
zone-inl.h 13 #define ASAN_UNPOISON_MEMORY_REGION(start, size) ((void) 0)
zone.cc 126 ASAN_UNPOISON_MEMORY_REGION(current, size);
144 ASAN_UNPOISON_MEMORY_REGION(start, keep->capacity());
169 ASAN_UNPOISON_MEMORY_REGION(segment_head_, size);

Completed in 809 milliseconds