Home
last modified time | relevance | path

Searched defs:__sanitizer_get_estimated_allocated_size (Results 1 – 5 of 5) sorted by relevance

/external/compiler-rt/lib/msan/
Dmsan_allocator.cc240 uptr __sanitizer_get_estimated_allocated_size(uptr size) { return size; } in __sanitizer_get_estimated_allocated_size() function
/external/compiler-rt/lib/lsan/
Dlsan_allocator.cc243 uptr __sanitizer_get_estimated_allocated_size(uptr size) { return size; } in __sanitizer_get_estimated_allocated_size() function
/external/compiler-rt/lib/tsan/rtl/
Dtsan_mman.cc285 uptr __sanitizer_get_estimated_allocated_size(uptr size) { in __sanitizer_get_estimated_allocated_size() function
/external/compiler-rt/lib/scudo/
Dscudo_allocator.cpp625 uptr __sanitizer_get_estimated_allocated_size(uptr size) { in __sanitizer_get_estimated_allocated_size() function
/external/compiler-rt/lib/asan/
Dasan_allocator.cc890 uptr __sanitizer_get_estimated_allocated_size(uptr size) { in __sanitizer_get_estimated_allocated_size() function