Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/
DDebugData.cpp75 if (config_.options() & EXPAND_ALLOC) { in Initialize()
DConfig.h41 constexpr uint64_t EXPAND_ALLOC = 0x20; variable
DConfig.cpp111 "expand_alloc", {EXPAND_ALLOC, &Config::SetExpandAlloc},
Dmalloc_debug.cpp675 if (g_debug->config().options() & EXPAND_ALLOC) { in debug_realloc()
/bionic/libc/malloc_debug/tests/
Dmalloc_debug_config_tests.cpp379 ASSERT_EQ(EXPAND_ALLOC, config->options()); in TEST_F()
383 ASSERT_EQ(EXPAND_ALLOC, config->options()); in TEST_F()