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

  /src/sys/external/bsd/compiler_rt/dist/include/sanitizer/
allocator_interface.h 35 size_t __sanitizer_get_current_allocated_bytes(void);
  /src/external/gpl3/gcc.old/dist/libsanitizer/include/sanitizer/
allocator_interface.h 34 size_t __sanitizer_get_current_allocated_bytes(void);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_allocator_interface.h 27 SANITIZER_INTERFACE_ATTRIBUTE uptr __sanitizer_get_current_allocated_bytes();
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_allocator_interface.h 26 SANITIZER_INTERFACE_ATTRIBUTE uptr __sanitizer_get_current_allocated_bytes();
  /src/external/gpl3/gcc/dist/libsanitizer/include/sanitizer/
allocator_interface.h 44 size_t SANITIZER_CDECL __sanitizer_get_current_allocated_bytes(void);
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_allocator_interface.h 30 SANITIZER_INTERFACE_ATTRIBUTE uptr __sanitizer_get_current_allocated_bytes();
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/
tsan_mman_test.cc 114 uptr alloc0 = __sanitizer_get_current_allocated_bytes();
127 EXPECT_EQ(alloc0 + 16, __sanitizer_get_current_allocated_bytes());
134 EXPECT_EQ(alloc0, __sanitizer_get_current_allocated_bytes());
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
asan_interface_test.cc 80 before_malloc = __sanitizer_get_current_allocated_bytes();
83 after_malloc = __sanitizer_get_current_allocated_bytes();
87 after_free = __sanitizer_get_current_allocated_bytes();
126 before_test = __sanitizer_get_current_allocated_bytes();
134 after_test = __sanitizer_get_current_allocated_bytes();
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_stats.cc 139 uptr __sanitizer_get_current_allocated_bytes() { function
  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_stats.cpp 138 uptr __sanitizer_get_current_allocated_bytes() { function
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_stats.cpp 138 uptr __sanitizer_get_current_allocated_bytes() { function
  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_allocator.cc 301 uptr __sanitizer_get_current_allocated_bytes() { function
  /src/external/gpl3/gcc.old/dist/libsanitizer/lsan/
lsan_allocator.cpp 332 uptr __sanitizer_get_current_allocated_bytes() { function
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_allocator.cc 330 uptr __sanitizer_get_current_allocated_bytes() { function
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_mman.cc 347 uptr __sanitizer_get_current_allocated_bytes() { function
  /src/external/gpl3/gcc/dist/libsanitizer/lsan/
lsan_allocator.cpp 355 uptr __sanitizer_get_current_allocated_bytes() { function
  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_mman.cpp 432 uptr __sanitizer_get_current_allocated_bytes() { function
  /src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/
hwasan_allocator.cpp 459 uptr __sanitizer_get_current_allocated_bytes() { function
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_mman.cpp 362 uptr __sanitizer_get_current_allocated_bytes() { function
  /src/external/gpl3/gcc/dist/libsanitizer/hwasan/
hwasan_allocator.cpp 662 uptr __sanitizer_get_current_allocated_bytes() { function

Completed in 30 milliseconds