Searched refs:allocated_at (Results 1 – 7 of 7) sorted by relevance
1203 MC_(clo_leak_resolution), a->allocated_at, b->allocated_at)) in cmp_LossRecordKey_LossRecord()1206 if (a->allocated_at < b->allocated_at) return -1; in cmp_LossRecordKey_LossRecord()1207 if (a->allocated_at > b->allocated_at) return 1; in cmp_LossRecordKey_LossRecord()1231 if (lr_a->key.allocated_at < lr_b->key.allocated_at) return -1; in cmp_LossRecords()1232 if (lr_a->key.allocated_at > lr_b->key.allocated_at) return 1; in cmp_LossRecords()1373 lrkey.allocated_at = MC_(allocated_at)(ch); in print_results()1585 ind_lrkey.allocated_at = MC_(allocated_at)(ind_ch); in print_clique()1659 lrkey.allocated_at = MC_(allocated_at)(ch); in MC_()1870 VG_(pp_ExeContext)( MC_(allocated_at)(ch1)); in MC_()1872 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*);423 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_()