Searched refs:FILL_ON_ALLOC (Results 1 – 4 of 4) sorted by relevance
152 {FILL_ON_ALLOC | FILL_ON_FREE, &Config::SetFill},156 {FILL_ON_ALLOC, &Config::SetFillOnAlloc},
39 constexpr uint64_t FILL_ON_ALLOC = 0x8; variable
569 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()
382 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()