Home
last modified time | relevance | path

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

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