Home
last modified time | relevance | path

Searched refs:LEAK_TRACK (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/malloc_debug/
DConfig.h44 constexpr uint64_t LEAK_TRACK = 0x100; variable
DConfig.cpp179 {LEAK_TRACK | TRACK_ALLOCS, &Config::VerifyValueEmpty},
Dmalloc_debug.cpp450 if (g_debug->config().options() & LEAK_TRACK) { in debug_finalize()
/bionic/libc/malloc_debug/tests/
Dmalloc_debug_config_tests.cpp514 ASSERT_EQ(LEAK_TRACK | TRACK_ALLOCS, config->options()); in TEST_F()