HomeSort by relevance Sort by last modified time
    Searched refs:__sanitizer_get_current_allocated_bytes (Results 1 - 8 of 8) sorted by null

  /external/compiler-rt/test/asan/TestCases/
current_allocated_bytes.cc 20 assert(__sanitizer_get_current_allocated_bytes() > 0);
25 size_t used_mem = __sanitizer_get_current_allocated_bytes();
36 used_mem = __sanitizer_get_current_allocated_bytes();
  /external/compiler-rt/include/sanitizer/
allocator_interface.h 35 size_t __sanitizer_get_current_allocated_bytes();
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator_interface.h 27 SANITIZER_INTERFACE_ATTRIBUTE uptr __sanitizer_get_current_allocated_bytes();
  /external/compiler-rt/lib/tsan/tests/unit/
tsan_mman_test.cc 112 uptr alloc0 = __sanitizer_get_current_allocated_bytes();
125 EXPECT_EQ(alloc0 + 16, __sanitizer_get_current_allocated_bytes());
132 EXPECT_EQ(alloc0, __sanitizer_get_current_allocated_bytes());
  /external/compiler-rt/lib/asan/
asan_stats.cc 143 uptr __sanitizer_get_current_allocated_bytes() { function
153 return __sanitizer_get_current_allocated_bytes();
  /external/compiler-rt/lib/asan/tests/
asan_interface_test.cc 78 before_malloc = __sanitizer_get_current_allocated_bytes();
81 after_malloc = __sanitizer_get_current_allocated_bytes();
85 after_free = __sanitizer_get_current_allocated_bytes();
123 before_test = __sanitizer_get_current_allocated_bytes();
131 after_test = __sanitizer_get_current_allocated_bytes();
  /external/compiler-rt/lib/msan/
msan_allocator.cc 186 uptr __sanitizer_get_current_allocated_bytes() { function
192 return __sanitizer_get_current_allocated_bytes();
  /external/compiler-rt/lib/tsan/rtl/
tsan_mman.cc 186 uptr __sanitizer_get_current_allocated_bytes() { function
192 return __sanitizer_get_current_allocated_bytes();

Completed in 362 milliseconds