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

/bionic/libc/malloc_debug/
H A DConfig.h75 uint8_t fill_alloc_value; member in struct:Config
H A Dmalloc_debug.cpp318 memset(pointer, g_debug->config().fill_alloc_value, bytes);
444 memset(pointer, g_debug->config().fill_alloc_value, bytes);
533 g_debug->config().fill_alloc_value, bytes - prev_size);
H A DConfig.cpp272 fill_alloc_value = DEFAULT_FILL_ALLOC_VALUE;

Completed in 433 milliseconds