Home
last modified time | relevance | path

Searched refs:LOG_ALLOCATOR_STATS_ON_SIGNAL (Results 1 – 5 of 5) sorted by relevance

/bionic/libc/malloc_debug/
DDebugData.cpp80 if (config_.options() & LOG_ALLOCATOR_STATS_ON_SIGNAL) { in Initialize()
DConfig.h51 constexpr uint64_t LOG_ALLOCATOR_STATS_ON_SIGNAL = 0x8000; variable
DConfig.cpp209 {LOG_ALLOCATOR_STATS_ON_SIGNAL, &Config::VerifyValueEmpty},
Dmalloc_debug.cpp527 if (options & LOG_ALLOCATOR_STATS_ON_SIGNAL) { in InternalMalloc()
607 if (options & LOG_ALLOCATOR_STATS_ON_SIGNAL) { in InternalFree()
/bionic/libc/malloc_debug/tests/
Dmalloc_debug_config_tests.cpp829 ASSERT_EQ(LOG_ALLOCATOR_STATS_ON_SIGNAL, config->options()); in TEST_F()