Searched refs:allocated_at (Results 1 – 7 of 7) sorted by relevance
1146 MC_(clo_leak_resolution), a->allocated_at, b->allocated_at)) in cmp_LossRecordKey_LossRecord()1149 if (a->allocated_at < b->allocated_at) return -1; in cmp_LossRecordKey_LossRecord()1150 if (a->allocated_at > b->allocated_at) return 1; in cmp_LossRecordKey_LossRecord()1174 if (lr_a->key.allocated_at < lr_b->key.allocated_at) return -1; in cmp_LossRecords()1175 if (lr_a->key.allocated_at > lr_b->key.allocated_at) return 1; in cmp_LossRecords()1316 lrkey.allocated_at = MC_(allocated_at)(ch); in print_results()1527 ind_lrkey.allocated_at = MC_(allocated_at)(ind_ch); in print_clique()1579 lrkey.allocated_at = MC_(allocated_at)(ch); in MC_()1776 VG_(pp_ExeContext)( MC_(allocated_at)(ch1)); in MC_()1778 VG_(pp_ExeContext)( MC_(allocated_at)(ch2)); in MC_()
382 VG_(pp_ExeContext)(lr->key.allocated_at); in pp_LossRecord()404 VG_(pp_ExeContext)(lr->key.allocated_at); in pp_LossRecord()849 ai->Addr.Block.allocated_at = MC_(allocated_at) (mc); in MC_()886 lr->key.allocated_at, print_record, in MC_()1058 ai->Addr.Block.allocated_at = MC_(allocated_at)(mc); in describe_addr()1072 ai->Addr.Block.allocated_at = MC_(allocated_at)(mc); in describe_addr()1208 ai->Addr.Block.allocated_at = cgbs[i].where; in client_block_maybe_describe()1236 ai->Addr.Block.allocated_at = MC_(allocated_at)(mc); in mempool_block_maybe_describe()
267 ExeContext* MC_(allocated_at) (MC_Chunk* mc) in MC_() argument372 UInt ecu = VG_(get_ECU_from_ExeContext)(MC_(allocated_at)(mc)); in MC_()586 ecu = VG_(get_ECU_from_ExeContext)(MC_(allocated_at)(new_mc)); in MC_()826 VG_(pp_ExeContext)(MC_(allocated_at)(chunks[i])); in check_mempool_sane()
79 ExeContext* MC_(allocated_at) (MC_Chunk*);320 ExeContext* allocated_at; // Where they were allocated. member
199 ai->Addr.Block.allocated_at = VG_(null_ExeContext)(); in VG_()533 VG_(pp_ExeContext)(ai->Addr.Block.allocated_at); in pp_addrinfo_WRK()538 if (ai->Addr.Block.allocated_at != VG_(null_ExeContext)()) { in pp_addrinfo_WRK()544 VG_(pp_ExeContext)(ai->Addr.Block.allocated_at); in pp_addrinfo_WRK()550 VG_(pp_ExeContext)(ai->Addr.Block.allocated_at); in pp_addrinfo_WRK()557 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_()