Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/
DDebugData.cpp68 if (config_.options() & RECORD_ALLOCS) { in Initialize()
DConfig.h45 constexpr uint64_t RECORD_ALLOCS = 0x200; variable
DConfig.cpp126 "record_allocs", {RECORD_ALLOCS, &Config::SetRecordAllocs},
/bionic/libc/malloc_debug/tests/
Dmalloc_debug_config_tests.cpp506 ASSERT_EQ(RECORD_ALLOCS, config->options()); in TEST_F()
511 ASSERT_EQ(RECORD_ALLOCS, config->options()); in TEST_F()