Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/
DConfig.h42 constexpr uint64_t LEAK_TRACK = 0x100; variable
DConfig.cpp328 Feature("leak_track", 0, 0, 0, LEAK_TRACK | TRACK_ALLOCS, nullptr, nullptr, false), in SetFromProperties()
Dmalloc_debug.cpp223 if (g_debug->config().options & LEAK_TRACK) { in debug_finalize()
/bionic/libc/malloc_debug/tests/
Dmalloc_debug_config_tests.cpp435 ASSERT_EQ(LEAK_TRACK | TRACK_ALLOCS, config->options); in TEST_F()