Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/
DConfig.h66 size_t fill_on_alloc_bytes = 0; member
Dmalloc_debug.cpp316 size_t fill_bytes = g_debug->config().fill_on_alloc_bytes; in debug_malloc()
442 size_t fill_bytes = g_debug->config().fill_on_alloc_bytes; in debug_memalign()
528 if (bytes > g_debug->config().fill_on_alloc_bytes) { in debug_realloc()
529 bytes = g_debug->config().fill_on_alloc_bytes; in debug_realloc()
DConfig.cpp305 Feature("fill_on_alloc", SIZE_MAX, 1, SIZE_MAX, FILL_ON_ALLOC, &this->fill_on_alloc_bytes, in SetFromProperties()
/bionic/libc/malloc_debug/tests/
Dmalloc_debug_config_tests.cpp311 ASSERT_EQ(64U, config->fill_on_alloc_bytes); in TEST_F()
315 ASSERT_EQ(SIZE_MAX, config->fill_on_alloc_bytes); in TEST_F()
337 ASSERT_EQ(64U, config->fill_on_alloc_bytes); in TEST_F()
342 ASSERT_EQ(SIZE_MAX, config->fill_on_alloc_bytes); in TEST_F()