Searched refs:allocated_at (Results 1 – 7 of 7) sorted by relevance
1208 MC_(clo_leak_resolution), a->allocated_at, b->allocated_at)) in cmp_LossRecordKey_LossRecord()1211 if (a->allocated_at < b->allocated_at) return -1; in cmp_LossRecordKey_LossRecord()1212 if (a->allocated_at > b->allocated_at) return 1; in cmp_LossRecordKey_LossRecord()1236 if (lr_a->key.allocated_at < lr_b->key.allocated_at) return -1; in cmp_LossRecords()1237 if (lr_a->key.allocated_at > lr_b->key.allocated_at) return 1; in cmp_LossRecords()1384 VG_(XT_add_to_ec)(leak_xt, lr->key.allocated_at, &xtl); in XT_insert_lr()1561 lrkey.allocated_at = MC_(allocated_at)(ch); in print_results()1797 ind_lrkey.allocated_at = MC_(allocated_at)(ind_ch); in print_clique()1871 lrkey.allocated_at = MC_(allocated_at)(ch); in MC_()2136 VG_(pp_ExeContext)( MC_(allocated_at)(ch1)); in MC_()[all …]
382 VG_(pp_ExeContext)(lr->key.allocated_at); in pp_LossRecord()404 VG_(pp_ExeContext)(lr->key.allocated_at); in pp_LossRecord()856 ai->Addr.Block.allocated_at = MC_(allocated_at) (mc); in MC_()893 lr->key.allocated_at, print_record, in MC_()1093 ai->Addr.Block.allocated_at = MC_(allocated_at)(mc); in describe_addr()1107 ai->Addr.Block.allocated_at = MC_(allocated_at)(mc); in describe_addr()1253 ai->Addr.Block.allocated_at = cgbs[i].where; in client_block_maybe_describe()1281 ai->Addr.Block.allocated_at = MC_(allocated_at)(mc); in mempool_block_maybe_describe()
271 ExeContext* MC_(allocated_at) (MC_Chunk* mc) in MC_() argument394 UInt ecu = VG_(get_ECU_from_ExeContext)(MC_(allocated_at)(mc)); in MC_()608 ecu = VG_(get_ECU_from_ExeContext)(MC_(allocated_at)(new_mc)); in MC_()890 VG_(pp_ExeContext)(MC_(allocated_at)(chunks[i])); in check_mempool_sane()1150 *ec_alloc = MC_(allocated_at)(mc); in xtmemory_report_next_block()
79 ExeContext* MC_(allocated_at) (MC_Chunk*);436 ExeContext* allocated_at; // Where they were allocated. member
199 ai->Addr.Block.allocated_at = VG_(null_ExeContext)(); in VG_()536 VG_(pp_ExeContext)(ai->Addr.Block.allocated_at); in pp_addrinfo_WRK()541 if (ai->Addr.Block.allocated_at != VG_(null_ExeContext)()) { in pp_addrinfo_WRK()547 VG_(pp_ExeContext)(ai->Addr.Block.allocated_at); in pp_addrinfo_WRK()553 VG_(pp_ExeContext)(ai->Addr.Block.allocated_at); in pp_addrinfo_WRK()560 vg_assert (ai->Addr.Block.allocated_at == VG_(null_ExeContext)()); in pp_addrinfo_WRK()
154 ExeContext* allocated_at; // might be null_ExeContext. member
78 ai->Addr.Block.allocated_at = hctxt; in HG_()