Home
last modified time | relevance | path

Searched refs:fill_alloc_value (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/malloc_debug/
DConfig.h92 uint8_t fill_alloc_value() const { return fill_alloc_value_; } in fill_alloc_value() function
Dmalloc_debug.cpp573 memset(pointer, g_debug->config().fill_alloc_value(), bytes); in InternalMalloc()
762 memset(pointer, g_debug->config().fill_alloc_value(), bytes); in debug_memalign()
895 g_debug->config().fill_alloc_value(), bytes - prev_size); in debug_realloc()