Searched refs:allocated_at (Results 1 – 3 of 3) sorted by relevance
741 MC_(clo_leak_resolution), a->allocated_at, b->allocated_at)) in cmp_LossRecordKey_LossRecord()744 if (a->allocated_at < b->allocated_at) return -1; in cmp_LossRecordKey_LossRecord()745 if (a->allocated_at > b->allocated_at) return 1; in cmp_LossRecordKey_LossRecord()769 if (lr_a->key.allocated_at < lr_b->key.allocated_at) return -1; in cmp_LossRecords()770 if (lr_a->key.allocated_at > lr_b->key.allocated_at) return 1; in cmp_LossRecords()796 lrkey.allocated_at = ch->where; in print_results()
274 ExeContext* allocated_at; // Where they were allocated. member
732 VG_(pp_ExeContext)(lr->key.allocated_at); in MC_()749 VG_(pp_ExeContext)(lr->key.allocated_at); in MC_()979 lr->key.allocated_at, print_record, in MC_()