HomeSort by: relevance | last modified time | path
    Searched refs:__sanitizer_get_current_allocated_bytes (Results 1 - 8 of 8) 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/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_allocator_interface.h 27 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 in typeref:typename:uptr
  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_allocator.cc 301 uptr __sanitizer_get_current_allocated_bytes() { function in typeref:typename:SANITIZER_INTERFACE_ATTRIBUTE uptr
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_allocator.cc 330 uptr __sanitizer_get_current_allocated_bytes() { function in typeref:typename:uptr
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_mman.cc 347 uptr __sanitizer_get_current_allocated_bytes() { function in typeref:typename:uptr

Completed in 15 milliseconds