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

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_libcdep.cc 37 const bool heap_profile = common_flags()->heap_profile; local in function:__sanitizer::BackgroundThread
85 if (heap_profile &&
122 !common_flags()->heap_profile) return;
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_flags_test.cc 170 cf.heap_profile = true;
173 parser.ParseString("symbolize=1:heap_profile=false log_path='path/two'");
176 EXPECT_FALSE(cf.heap_profile);
  /src/tests/usr.bin/c++/
t_msan_heap.sh 48 atf_test_case heap_profile
141 atf_add_test_case heap_profile
  /src/tests/usr.bin/cc/
t_msan_heap.sh 48 atf_test_case heap_profile
141 atf_add_test_case heap_profile

Completed in 13 milliseconds