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

  /bionic/libc/malloc_debug/tests/
malloc_debug_config_tests.cpp 80 "6 malloc_debug backtrace_dump_on_exit\n"
314 ASSERT_FALSE(config->backtrace_dump_on_exit());
321 ASSERT_FALSE(config->backtrace_dump_on_exit());
333 ASSERT_FALSE(config->backtrace_dump_on_exit());
340 ASSERT_FALSE(config->backtrace_dump_on_exit());
352 ASSERT_FALSE(config->backtrace_dump_on_exit());
359 ASSERT_FALSE(config->backtrace_dump_on_exit());
371 ASSERT_FALSE(config->backtrace_dump_on_exit());
378 ASSERT_FALSE(config->backtrace_dump_on_exit());
384 TEST_F(MallocDebugConfigTest, backtrace_dump_on_exit) {
    [all...]
malloc_debug_unit_tests.cpp     [all...]
  /bionic/libc/malloc_debug/
Config.h 71 bool backtrace_dump_on_exit() const { return backtrace_dump_on_exit_; } function in class:Config
malloc_debug.cpp 248 if ((g_debug->config().options() & BACKTRACE) && g_debug->config().backtrace_dump_on_exit()) {

Completed in 85 milliseconds