Searched defs:__sanitizer_get_estimated_allocated_size (Results 1 - 3 of 3) sorted by relevance

/external/compiler-rt/lib/msan/
H A Dmsan_allocator.cc214 uptr __sanitizer_get_estimated_allocated_size(uptr size) { return size; } function
216 return __sanitizer_get_estimated_allocated_size(size);
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cc218 uptr __sanitizer_get_estimated_allocated_size(uptr size) { function
222 return __sanitizer_get_estimated_allocated_size(size);
/external/compiler-rt/lib/asan/
H A Dasan_allocator2.cc764 uptr __sanitizer_get_estimated_allocated_size(uptr size) { function
768 return __sanitizer_get_estimated_allocated_size(size);

Completed in 488 milliseconds