Searched refs:fill_free_value (Results 1 - 4 of 4) sorted by relevance

/bionic/libc/malloc_debug/
H A DFreeTrackData.cpp42 memset(cmp_mem_.data(), config.fill_free_value, cmp_mem_.size());
51 uint8_t fill_free_value = debug.config().fill_free_value; local
53 if (pointer[i] != fill_free_value) {
54 error_log(" allocation[%zu] = 0x%02x (expected 0x%02x)", i, pointer[i], fill_free_value);
H A DConfig.h76 uint8_t fill_free_value; member in struct:Config
H A DConfig.cpp273 fill_free_value = DEFAULT_FILL_FREE_VALUE;
H A Dmalloc_debug.cpp368 memset(pointer, g_debug->config().fill_free_value, bytes);

Completed in 3858 milliseconds