Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/
DConfig.h89 uint8_t fill_alloc_value() const { return fill_alloc_value_; } in fill_alloc_value() function
Dmalloc_debug.cpp463 memset(pointer, g_debug->config().fill_alloc_value(), bytes); in InternalMalloc()
634 memset(pointer, g_debug->config().fill_alloc_value(), bytes); in debug_memalign()
754 g_debug->config().fill_alloc_value(), bytes - prev_size); in debug_realloc()