reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
338 loc->heap_chunk_start = (uptr)allocator()->GetBlockBegin((void *)addr); 339 loc->heap_chunk_size = b->siz; 340 loc->external_tag = b->tag; 341 loc->tid = tctx ? tctx->tid : b->tid; 342 loc->stack = SymbolizeStackId(b->stk); 343 rep_->locs.PushBack(loc);