HomeSort by: relevance | last modified time | path
    Searched refs:__sanitizer_get_estimated_allocated_size (Results 1 - 21 of 21) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/include/sanitizer/
allocator_interface.h 24 size_t __sanitizer_get_estimated_allocated_size(size_t size);
  /src/external/gpl3/gcc.old/dist/libsanitizer/include/sanitizer/
allocator_interface.h 23 size_t __sanitizer_get_estimated_allocated_size(size_t size);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_allocator_interface.h 23 uptr __sanitizer_get_estimated_allocated_size(uptr size);
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_allocator_interface.h 22 uptr __sanitizer_get_estimated_allocated_size(uptr size);
  /src/external/gpl3/gcc/dist/libsanitizer/include/sanitizer/
allocator_interface.h 24 size_t SANITIZER_CDECL __sanitizer_get_estimated_allocated_size(size_t size);
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_allocator_interface.h 22 uptr __sanitizer_get_estimated_allocated_size(uptr size);
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/
tsan_mman_test.cc 119 EXPECT_EQ(10U, __sanitizer_get_estimated_allocated_size(10));
120 EXPECT_EQ(20U, __sanitizer_get_estimated_allocated_size(20));
121 EXPECT_EQ(100U, __sanitizer_get_estimated_allocated_size(100));
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
asan_interface_test.cc 20 EXPECT_EQ(0U, __sanitizer_get_estimated_allocated_size(0));
23 EXPECT_EQ(sizes[i], __sanitizer_get_estimated_allocated_size(sizes[i]));
  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_allocator.cc 321 uptr __sanitizer_get_estimated_allocated_size(uptr size) { return size; } function
  /src/external/gpl3/gcc.old/dist/libsanitizer/lsan/
lsan_allocator.cpp 352 uptr __sanitizer_get_estimated_allocated_size(uptr size) { return size; } function
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_allocator.cc 346 uptr __sanitizer_get_estimated_allocated_size(uptr size) { return size; } function
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_mman.cc 367 uptr __sanitizer_get_estimated_allocated_size(uptr size) { function
  /src/external/gpl3/gcc/dist/libsanitizer/lsan/
lsan_allocator.cpp 375 uptr __sanitizer_get_estimated_allocated_size(uptr size) { return size; } function
  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_mman.cpp 452 uptr __sanitizer_get_estimated_allocated_size(uptr size) { function
  /src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/
hwasan_allocator.cpp 475 uptr __sanitizer_get_estimated_allocated_size(uptr size) { return size; } function
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_mman.cpp 382 uptr __sanitizer_get_estimated_allocated_size(uptr size) { function
  /src/external/gpl3/gcc/dist/libsanitizer/hwasan/
hwasan_allocator.cpp 678 uptr __sanitizer_get_estimated_allocated_size(uptr size) { return size; } function
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_allocator.cc 1072 uptr __sanitizer_get_estimated_allocated_size(uptr size) { function
  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_allocator.cpp 1227 uptr __sanitizer_get_estimated_allocated_size(uptr size) { function
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_allocator.cpp 1203 uptr __sanitizer_get_estimated_allocated_size(uptr size) { function
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
msan_test.cc 4564 size_t alloc_size = __sanitizer_get_estimated_allocated_size(sizes[i]);

Completed in 35 milliseconds