Lines Matching defs:chunks
186 // On Linux, treats all chunks allocated from ld-linux.so as reachable, which
205 // valid before reporting chunks as leaked.
320 // chunks. Marks those chunks with |tag| and adds them to |frontier|.
321 // There are two usage modes for this function: finding reachable chunks
322 // (|tag| = kReachable) and finding indirectly leaked chunks
670 // ForEachChunk callback. If the chunk is marked as leaked, marks all chunks
729 // fill. That way we can skip the check for chunks that are reachable
735 // Iterate over leaked chunks and mark those that are reachable from other
736 // leaked chunks.
737 LOG_POINTERS("Scanning leaked chunks.\n");
750 // ForEachChunk callback. Aggregates information about unreachable chunks into
953 void LeakReport::AddLeakedChunks(const LeakedChunks &chunks) {
954 for (const LeakedChunk &leak : chunks) {