Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/
DConfig.h82 uint8_t fill_alloc_value; member
Dmalloc_debug.cpp323 memset(pointer, g_debug->config().fill_alloc_value, bytes); in internal_malloc()
474 memset(pointer, g_debug->config().fill_alloc_value, bytes); in debug_memalign()
579 g_debug->config().fill_alloc_value, bytes - prev_size); in debug_realloc()
DConfig.cpp332 fill_alloc_value = DEFAULT_FILL_ALLOC_VALUE; in Set()