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

  /external/compiler-rt/include/sanitizer/
lsan_interface.h 34 // - __lsan_unregister_root_region() must be called with the same pointer and
42 void __lsan_unregister_root_region(const void *p, size_t size);
  /prebuilts/clang/host/darwin-x86/clang-2812033/lib64/clang/3.8/include/sanitizer/
lsan_interface.h 34 // - __lsan_unregister_root_region() must be called with the same pointer and
42 void __lsan_unregister_root_region(const void *p, size_t size);
  /prebuilts/clang/host/darwin-x86/clang-3016494/lib64/clang/3.8/include/sanitizer/
lsan_interface.h 34 // - __lsan_unregister_root_region() must be called with the same pointer and
42 void __lsan_unregister_root_region(const void *p, size_t size);
  /prebuilts/clang/host/darwin-x86/clang-3217047/lib64/clang/3.8/include/sanitizer/
lsan_interface.h 34 // - __lsan_unregister_root_region() must be called with the same pointer and
42 void __lsan_unregister_root_region(const void *p, size_t size);
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/sanitizer/
lsan_interface.h 34 // - __lsan_unregister_root_region() must be called with the same pointer and
42 void __lsan_unregister_root_region(const void *p, size_t size);
  /prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8/include/sanitizer/
lsan_interface.h 34 // - __lsan_unregister_root_region() must be called with the same pointer and
42 void __lsan_unregister_root_region(const void *p, size_t size);
  /prebuilts/clang/host/darwin-x86/clang-3688880/lib64/clang/4.0/include/sanitizer/
lsan_interface.h 34 // - __lsan_unregister_root_region() must be called with the same pointer and
42 void __lsan_unregister_root_region(const void *p, size_t size);
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/sanitizer/
lsan_interface.h 34 // - __lsan_unregister_root_region() must be called with the same pointer and
42 void __lsan_unregister_root_region(const void *p, size_t size);
  /prebuilts/clang/host/linux-x86/clang-2812033/lib64/clang/3.8/include/sanitizer/
lsan_interface.h 34 // - __lsan_unregister_root_region() must be called with the same pointer and
42 void __lsan_unregister_root_region(const void *p, size_t size);
  /prebuilts/clang/host/linux-x86/clang-3016494/lib64/clang/3.8/include/sanitizer/
lsan_interface.h 34 // - __lsan_unregister_root_region() must be called with the same pointer and
42 void __lsan_unregister_root_region(const void *p, size_t size);
  /prebuilts/clang/host/linux-x86/clang-3217047/lib64/clang/3.8/include/sanitizer/
lsan_interface.h 34 // - __lsan_unregister_root_region() must be called with the same pointer and
42 void __lsan_unregister_root_region(const void *p, size_t size);
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/sanitizer/
lsan_interface.h 34 // - __lsan_unregister_root_region() must be called with the same pointer and
42 void __lsan_unregister_root_region(const void *p, size_t size);
  /prebuilts/clang/host/linux-x86/clang-3362437/lib64/clang/3.8/include/sanitizer/
lsan_interface.h 34 // - __lsan_unregister_root_region() must be called with the same pointer and
42 void __lsan_unregister_root_region(const void *p, size_t size);
  /prebuilts/clang/host/linux-x86/clang-3688880/lib64/clang/4.0/include/sanitizer/
lsan_interface.h 34 // - __lsan_unregister_root_region() must be called with the same pointer and
42 void __lsan_unregister_root_region(const void *p, size_t size);
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/sanitizer/
lsan_interface.h 34 // - __lsan_unregister_root_region() must be called with the same pointer and
42 void __lsan_unregister_root_region(const void *p, size_t size);
  /external/compiler-rt/test/lsan/TestCases/
register_root_region.cc 28 __lsan_unregister_root_region(p, size);
  /external/v8/src/base/platform/
platform-linux.cc 353 __lsan_unregister_root_region(base, size);
361 __lsan_unregister_root_region(base, size);
  /external/compiler-rt/lib/lsan/
lsan_common.cc 696 void __lsan_unregister_root_region(const void *begin, uptr size) { function
714 "__lsan_unregister_root_region(): region at %p of size %llu has not "

Completed in 353 milliseconds