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

  /external/compiler-rt/include/sanitizer/
allocator_interface.h 32 size_t __sanitizer_get_allocated_size(const volatile void *p);
  /prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/sanitizer/
allocator_interface.h 32 size_t __sanitizer_get_allocated_size(const volatile void *p);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator_interface.h 26 __sanitizer_get_allocated_size(const void *p);
  /external/compiler-rt/lib/asan/tests/
asan_interface_test.cc 26 "attempting to call __sanitizer_get_allocated_size";
36 EXPECT_EQ(kArraySize, __sanitizer_get_allocated_size(array));
38 EXPECT_EQ(sizeof(int), __sanitizer_get_allocated_size(int_ptr));
44 EXPECT_DEATH(__sanitizer_get_allocated_size(wild_addr),
47 EXPECT_DEATH(__sanitizer_get_allocated_size(array + kArraySize / 2),
51 // __sanitizer_get_allocated_size().
53 EXPECT_EQ(0U, __sanitizer_get_allocated_size(NULL));
59 EXPECT_DEATH(__sanitizer_get_allocated_size(array),
69 EXPECT_LT(__sanitizer_get_allocated_size(zero_alloc), 2U);
428 EXPECT_EQ(sizes[idx], __sanitizer_get_allocated_size(pointers[idx]))
    [all...]
  /external/compiler-rt/lib/tsan/tests/unit/
tsan_mman_test.cc 123 EXPECT_EQ(10U, __sanitizer_get_allocated_size(p));
  /external/compiler-rt/lib/lsan/
lsan_allocator.cc 247 uptr __sanitizer_get_allocated_size(const void *p) { function
  /external/compiler-rt/lib/msan/
msan_allocator.cc 227 uptr __sanitizer_get_allocated_size(const void *p) { return AllocationSize(p); } function
msan_interceptors.cc 243 return __sanitizer_get_allocated_size(ptr);
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_mman.cc 216 uptr __sanitizer_get_allocated_size(const void *p) { function
  /external/compiler-rt/lib/asan/
asan_win_dll_thunk.cc 307 INTERFACE_FUNCTION(__sanitizer_get_allocated_size)
asan_allocator.cc 884 uptr __sanitizer_get_allocated_size(const void *p) { function
  /external/compiler-rt/lib/msan/tests/
msan_test.cc     [all...]

Completed in 441 milliseconds