Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/
DFreeTrackData.cpp75 size_t bytes_to_cmp = (bytes < cmp_mem_.size()) ? bytes : cmp_mem_.size(); in VerifyAndFree() local
76 if (memcmp(memory, cmp_mem_.data(), bytes_to_cmp) != 0) { in VerifyAndFree()
80 bytes -= bytes_to_cmp; in VerifyAndFree()
81 memory = &memory[bytes_to_cmp]; in VerifyAndFree()