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

/external/valgrind/main/coregrind/
H A Dm_addrinfo.c122 ai->Addr.Block.allocated_at = VG_(null_ExeContext)();
272 VG_(pp_ExeContext)(ai->Addr.Block.allocated_at);
277 if (ai->Addr.Block.allocated_at != VG_(null_ExeContext)()) {
283 VG_(pp_ExeContext)(ai->Addr.Block.allocated_at);
289 VG_(pp_ExeContext)(ai->Addr.Block.allocated_at);
296 tl_assert (ai->Addr.Block.allocated_at == VG_(null_ExeContext)());
/external/valgrind/main/helgrind/
H A Dhg_addrdescr.c72 ai->Addr.Block.allocated_at = hctxt;
/external/valgrind/main/include/
H A Dpub_tool_addrinfo.h100 ExeContext* allocated_at; // might be null_ExeContext. member in struct:_AddrInfo::__anon32865::__anon32868
/external/valgrind/main/memcheck/
H A Dmc_leakcheck.c1118 MC_(clo_leak_resolution), a->allocated_at, b->allocated_at))
1121 if (a->allocated_at < b->allocated_at) return -1;
1122 if (a->allocated_at > b->allocated_at) return 1;
1146 if (lr_a->key.allocated_at < lr_b->key.allocated_at) return -1;
1147 if (lr_a->key.allocated_at > lr_b->key.allocated_at) retur
[all...]
H A Dmc_errors.c352 VG_(pp_ExeContext)(lr->key.allocated_at);
374 VG_(pp_ExeContext)(lr->key.allocated_at);
798 ai->Addr.Block.allocated_at = MC_(allocated_at) (mc);
834 lr->key.allocated_at, print_record,
981 ai->Addr.Block.allocated_at = MC_(allocated_at)(mc);
994 ai->Addr.Block.allocated_at = MC_(allocated_at)(mc);
1127 ai->Addr.Block.allocated_at
[all...]
H A Dmc_malloc_wrappers.c267 ExeContext* MC_(allocated_at) (MC_Chunk* mc) function
399 UInt ecu = VG_(get_ECU_from_ExeContext)(MC_(allocated_at)(mc));
608 ecu = VG_(get_ECU_from_ExeContext)(MC_(allocated_at)(new_mc));
848 VG_(pp_ExeContext)(MC_(allocated_at)(chunks[i]));
H A Dmc_include.h79 ExeContext* MC_(allocated_at) (MC_Chunk*);
321 ExeContext* allocated_at; // Where they were allocated. member in struct:_LossRecordKey

Completed in 2042 milliseconds