Home
last modified time | relevance | path

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

/aosp12/bionic/libc/malloc_debug/
H A DConfig.h89 uint8_t fill_alloc_value() const { return fill_alloc_value_; } in fill_alloc_value() function
H A Dmalloc_debug.cpp462 memset(pointer, g_debug->config().fill_alloc_value(), bytes); in InternalMalloc()
633 memset(pointer, g_debug->config().fill_alloc_value(), bytes); in debug_memalign()
753 g_debug->config().fill_alloc_value(), bytes - prev_size); in debug_realloc()