HomeSort by: relevance | last modified time | path
    Searched refs:__sanitizer_get_allocated_size_fast (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/libsanitizer/include/sanitizer/
allocator_interface.h 41 __sanitizer_get_allocated_size_fast(const volatile void *p);
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_allocator_interface.h 29 __sanitizer_get_allocated_size_fast(const void *p);
  /src/external/gpl3/gcc/dist/libsanitizer/lsan/
lsan_allocator.cpp 393 uptr __sanitizer_get_allocated_size_fast(const void *p) { function
  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_mman.cpp 468 uptr __sanitizer_get_allocated_size_fast(const void *p) { function
  /src/external/gpl3/gcc/dist/libsanitizer/hwasan/
hwasan_allocator.cpp 688 uptr __sanitizer_get_allocated_size_fast(const void *p) { function
  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_allocator.cpp 1248 uptr __sanitizer_get_allocated_size_fast(const void *p) { function

Completed in 17 milliseconds