HomeSort by relevance Sort by last modified time
    Searched defs:__sanitizer_get_estimated_allocated_size (Results 1 - 4 of 4) sorted by null

  /external/compiler-rt/lib/tsan/rtl/
tsan_mman.cc 227 uptr __sanitizer_get_estimated_allocated_size(uptr size) { function
  /external/compiler-rt/lib/lsan/
lsan_allocator.cc 241 uptr __sanitizer_get_estimated_allocated_size(uptr size) { return size; } function
  /external/compiler-rt/lib/msan/
msan_allocator.cc 240 uptr __sanitizer_get_estimated_allocated_size(uptr size) { return size; } function
  /external/compiler-rt/lib/asan/
asan_allocator.cc 874 uptr __sanitizer_get_estimated_allocated_size(uptr size) { function

Completed in 4375 milliseconds