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.h69 size_t fill_on_alloc_bytes = 0; member
Dmalloc_debug.cpp321 size_t fill_bytes = g_debug->config().fill_on_alloc_bytes; in internal_malloc()
472 size_t fill_bytes = g_debug->config().fill_on_alloc_bytes; in debug_memalign()
574 if (bytes > g_debug->config().fill_on_alloc_bytes) { in debug_realloc()
575 bytes = g_debug->config().fill_on_alloc_bytes; 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.cpp321 ASSERT_EQ(64U, config->fill_on_alloc_bytes); in TEST_F()
325 ASSERT_EQ(SIZE_MAX, config->fill_on_alloc_bytes); in TEST_F()
347 ASSERT_EQ(64U, config->fill_on_alloc_bytes); in TEST_F()
352 ASSERT_EQ(SIZE_MAX, config->fill_on_alloc_bytes); in TEST_F()