HomeSort by: relevance | last modified time | path
    Searched refs:__sanitizer_get_estimated_allocated_size (Results 1 - 9 of 9) 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/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_allocator_interface.h 23 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 in typeref:typename:SANITIZER_INTERFACE_ATTRIBUTE uptr
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_allocator.cc 346 uptr __sanitizer_get_estimated_allocated_size(uptr size) { return size; } function in typeref:typename:uptr
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_mman.cc 367 uptr __sanitizer_get_estimated_allocated_size(uptr size) { function in typeref:typename:uptr
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_allocator.cc 1072 uptr __sanitizer_get_estimated_allocated_size(uptr size) { function in typeref:typename:uptr
  /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 19 milliseconds