Searched refs:free_start (Results 1 – 1 of 1) sorted by relevance
309 byte* free_start = reinterpret_cast<byte*>(cur_header); in Dump() local312 if (free_start != free_end) { in Dump()313 os << "Free block at address: " << reinterpret_cast<const void*>(free_start) in Dump()314 << " of length " << free_end - free_start << " bytes\n"; in Dump()319 os << "Large object at address: " << reinterpret_cast<const void*>(free_start) in Dump()