HomeSort by: relevance | last modified time | path
    Searched defs:__sanitizer_get_estimated_allocated_size (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_allocator.cc 321 uptr __sanitizer_get_estimated_allocated_size(uptr size) { return size; } function in typeref:typename:SANITIZER_INTERFACE_ATTRIBUTE uptr
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_allocator.cc 346 uptr __sanitizer_get_estimated_allocated_size(uptr size) { return size; } function in typeref:typename:uptr
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_mman.cc 367 uptr __sanitizer_get_estimated_allocated_size(uptr size) { function in typeref:typename:uptr
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_allocator.cc 1072 uptr __sanitizer_get_estimated_allocated_size(uptr size) { function in typeref:typename:uptr

Completed in 15 milliseconds