Searched refs:__asan_get_allocated_size (Results 1 - 4 of 4) sorted by relevance

/external/compiler-rt/include/sanitizer/
H A Dasan_interface.h101 size_t __asan_get_allocated_size(const void *p);
/external/compiler-rt/lib/asan/
H A Dasan_interface_internal.h106 SANITIZER_INTERFACE_ATTRIBUTE uptr __asan_get_allocated_size(const void *p);
H A Dasan_rtl.cc462 case 18: __asan_get_allocated_size(0); break;
H A Dasan_allocator2.cc790 uptr __asan_get_allocated_size(const void *p) { function

Completed in 142 milliseconds