Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/
DConfig.h39 constexpr uint64_t FILL_ON_ALLOC = 0x8; variable
Dmalloc_debug.cpp319 if (pointer != nullptr && g_debug->config().options & FILL_ON_ALLOC) { in internal_malloc()
470 if (pointer != nullptr && g_debug->config().options & FILL_ON_ALLOC) { in debug_memalign()
572 if (g_debug->config().options & FILL_ON_ALLOC) { in debug_realloc()
DConfig.cpp371 "fill_on_alloc", SIZE_MAX, 1, SIZE_MAX, FILL_ON_ALLOC, &this->fill_on_alloc_bytes, true); in Set()
/bionic/libc/malloc_debug/tests/
Dmalloc_debug_config_tests.cpp320 ASSERT_EQ(FILL_ON_ALLOC, config->options); in TEST_F()
324 ASSERT_EQ(FILL_ON_ALLOC, config->options); in TEST_F()
346 ASSERT_EQ(FILL_ON_ALLOC | FILL_ON_FREE, config->options); in TEST_F()
351 ASSERT_EQ(FILL_ON_ALLOC | FILL_ON_FREE, config->options); in TEST_F()