reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
447 assert(Meta != nullptr && "Metadata is non-null for printAllocDeallocTraces"); 449 if (Meta->IsDeallocated) { 450 if (Meta->DeallocationTrace.ThreadID == 455 Meta->DeallocationTrace.ThreadID); 459 Meta->DeallocationTrace.CompressedTrace, 460 Meta->DeallocationTrace.TraceSize, UncompressedTrace, 466 if (Meta->AllocationTrace.ThreadID == GuardedPoolAllocator::kInvalidThreadID) 467 Printf("0x%zx was allocated by thread <unknown> here:\n", Meta->Addr); 469 Printf("0x%zx was allocated by thread %zu here:\n", Meta->Addr, 470 Meta->AllocationTrace.ThreadID); 474 Meta->AllocationTrace.CompressedTrace, Meta->AllocationTrace.TraceSize, 474 Meta->AllocationTrace.CompressedTrace, Meta->AllocationTrace.TraceSize,