Searched refs:allocated_at (Results 1 - 7 of 7) sorted by relevance

/external/valgrind/include/
H A Dpub_tool_addrinfo.h154 ExeContext* allocated_at; // might be null_ExeContext. member in struct:_AddrInfo::__anon19175::__anon19178
/external/valgrind/helgrind/
H A Dhg_addrdescr.c78 ai->Addr.Block.allocated_at = hctxt;
/external/valgrind/memcheck/
H A Dmc_leakcheck.c1203 MC_(clo_leak_resolution), a->allocated_at, b->allocated_at))
1206 if (a->allocated_at < b->allocated_at) return -1;
1207 if (a->allocated_at > b->allocated_at) return 1;
1231 if (lr_a->key.allocated_at < lr_b->key.allocated_at) return -1;
1232 if (lr_a->key.allocated_at > lr_b->key.allocated_at) retur
[all...]
H A Dmc_errors.c382 VG_(pp_ExeContext)(lr->key.allocated_at);
404 VG_(pp_ExeContext)(lr->key.allocated_at);
849 ai->Addr.Block.allocated_at = MC_(allocated_at) (mc);
886 lr->key.allocated_at, print_record,
1058 ai->Addr.Block.allocated_at = MC_(allocated_at)(mc);
1072 ai->Addr.Block.allocated_at = MC_(allocated_at)(mc);
1208 ai->Addr.Block.allocated_at
[all...]
H A Dmc_malloc_wrappers.c267 ExeContext* MC_(allocated_at) (MC_Chunk* mc) function
372 UInt ecu = VG_(get_ECU_from_ExeContext)(MC_(allocated_at)(mc));
586 ecu = VG_(get_ECU_from_ExeContext)(MC_(allocated_at)(new_mc));
826 VG_(pp_ExeContext)(MC_(allocated_at)(chunks[i]));
H A Dmc_include.h79 ExeContext* MC_(allocated_at) (MC_Chunk*);
423 ExeContext* allocated_at; // Where they were allocated. member in struct:_LossRecordKey
/external/valgrind/coregrind/
H A Dm_addrinfo.c199 ai->Addr.Block.allocated_at = VG_(null_ExeContext)();
536 VG_(pp_ExeContext)(ai->Addr.Block.allocated_at);
541 if (ai->Addr.Block.allocated_at != VG_(null_ExeContext)()) {
547 VG_(pp_ExeContext)(ai->Addr.Block.allocated_at);
553 VG_(pp_ExeContext)(ai->Addr.Block.allocated_at);
560 vg_assert (ai->Addr.Block.allocated_at == VG_(null_ExeContext)());

Completed in 102 milliseconds