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

/external/compiler-rt/lib/lsan/
H A Dlsan_allocator.cc241 uptr __sanitizer_get_estimated_allocated_size(uptr size) { return size; } function
/external/compiler-rt/lib/msan/
H A Dmsan_allocator.cc240 uptr __sanitizer_get_estimated_allocated_size(uptr size) { return size; } function
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cc227 uptr __sanitizer_get_estimated_allocated_size(uptr size) { function
/external/compiler-rt/lib/asan/
H A Dasan_allocator.cc874 uptr __sanitizer_get_estimated_allocated_size(uptr size) { function

Completed in 399 milliseconds