Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/
Dmalloc_debug.cpp571 size_t fill_bytes = g_debug->config().fill_on_alloc_bytes(); in InternalMalloc()
760 size_t fill_bytes = g_debug->config().fill_on_alloc_bytes(); in debug_memalign()
890 if (bytes > g_debug->config().fill_on_alloc_bytes()) { in debug_realloc()
891 bytes = g_debug->config().fill_on_alloc_bytes(); in debug_realloc()
DConfig.h90 size_t fill_on_alloc_bytes() const { return fill_on_alloc_bytes_; } in fill_on_alloc_bytes() function
/bionic/libc/malloc_debug/tests/
Dmalloc_debug_config_tests.cpp383 ASSERT_EQ(64U, config->fill_on_alloc_bytes()); in TEST_F()
387 ASSERT_EQ(SIZE_MAX, config->fill_on_alloc_bytes()); in TEST_F()
409 ASSERT_EQ(64U, config->fill_on_alloc_bytes()); in TEST_F()
414 ASSERT_EQ(SIZE_MAX, config->fill_on_alloc_bytes()); in TEST_F()