HomeSort by: relevance | last modified time | path
    Searched defs:__sanitizer_get_estimated_allocated_size (Results 1 - 12 of 12) 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
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_mman.cc 367 uptr __sanitizer_get_estimated_allocated_size(uptr size) { function
  /src/external/gpl3/gcc/dist/libsanitizer/lsan/
lsan_allocator.cpp 375 uptr __sanitizer_get_estimated_allocated_size(uptr size) { return size; } function
  /src/external/gpl3/gcc.old/dist/libsanitizer/lsan/
lsan_allocator.cpp 352 uptr __sanitizer_get_estimated_allocated_size(uptr size) { return size; } function
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_mman.cpp 382 uptr __sanitizer_get_estimated_allocated_size(uptr size) { function
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_allocator.cc 346 uptr __sanitizer_get_estimated_allocated_size(uptr size) { return size; } function
  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_mman.cpp 452 uptr __sanitizer_get_estimated_allocated_size(uptr size) { function
  /src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/
hwasan_allocator.cpp 475 uptr __sanitizer_get_estimated_allocated_size(uptr size) { return size; } function
  /src/external/gpl3/gcc/dist/libsanitizer/hwasan/
hwasan_allocator.cpp 678 uptr __sanitizer_get_estimated_allocated_size(uptr size) { return size; } function
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_allocator.cc 1072 uptr __sanitizer_get_estimated_allocated_size(uptr size) { function
  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_allocator.cpp 1227 uptr __sanitizer_get_estimated_allocated_size(uptr size) { function
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_allocator.cpp 1203 uptr __sanitizer_get_estimated_allocated_size(uptr size) { function

Completed in 28 milliseconds