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

  /external/compiler-rt/include/sanitizer/
asan_interface.h 97 size_t __asan_get_estimated_allocated_size(size_t size);
  /external/compiler-rt/lib/asan/
asan_interface_internal.h 115 uptr __asan_get_estimated_allocated_size(uptr size)
asan_rtl.cc 300 case 20: __asan_get_estimated_allocated_size(0); break;
asan_allocator2.cc 791 uptr __asan_get_estimated_allocated_size(uptr size) { function
  /external/compiler-rt/lib/asan/tests/
asan_noinst_test.cc 351 EXPECT_EQ(0U, __asan_get_estimated_allocated_size(0));
354 EXPECT_EQ(sizes[i], __asan_get_estimated_allocated_size(sizes[i]));

Completed in 111 milliseconds