Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/
DConfig.cpp152 {FILL_ON_ALLOC | FILL_ON_FREE, &Config::SetFill},
156 {FILL_ON_ALLOC, &Config::SetFillOnAlloc},
DConfig.h39 constexpr uint64_t FILL_ON_ALLOC = 0x8; variable
Dmalloc_debug.cpp569 if (g_debug->config().options() & FILL_ON_ALLOC) { in InternalMalloc()
758 if (g_debug->config().options() & FILL_ON_ALLOC) { in debug_memalign()
888 if (g_debug->config().options() & FILL_ON_ALLOC) { in debug_realloc()
/bionic/libc/malloc_debug/tests/
Dmalloc_debug_config_tests.cpp382 ASSERT_EQ(FILL_ON_ALLOC, config->options()); in TEST_F()
386 ASSERT_EQ(FILL_ON_ALLOC, config->options()); in TEST_F()
408 ASSERT_EQ(FILL_ON_ALLOC | FILL_ON_FREE, config->options()); in TEST_F()
413 ASSERT_EQ(FILL_ON_ALLOC | FILL_ON_FREE, config->options()); in TEST_F()