HomeSort by relevance Sort by last modified time
    Searched refs:allocated_at (Results 1 - 7 of 7) sorted by null

  /external/valgrind/include/
pub_tool_addrinfo.h 154 ExeContext* allocated_at; // might be null_ExeContext. member in struct:_AddrInfo::__anon37679::__anon37682
  /external/valgrind/helgrind/
hg_addrdescr.c 78 ai->Addr.Block.allocated_at = hctxt;
  /external/valgrind/memcheck/
mc_leakcheck.c     [all...]
mc_errors.c 382 VG_(pp_ExeContext)(lr->key.allocated_at);
404 VG_(pp_ExeContext)(lr->key.allocated_at);
856 ai->Addr.Block.allocated_at = MC_(allocated_at) (mc);
    [all...]
mc_malloc_wrappers.c 271 ExeContext* MC_(allocated_at) (MC_Chunk* mc) function
394 UInt ecu = VG_(get_ECU_from_ExeContext)(MC_(allocated_at)(mc));
608 ecu = VG_(get_ECU_from_ExeContext)(MC_(allocated_at)(new_mc));
890 VG_(pp_ExeContext)(MC_(allocated_at)(chunks[i]));
    [all...]
mc_include.h 79 ExeContext* MC_(allocated_at) (MC_Chunk*);
436 ExeContext* allocated_at; // Where they were allocated. member in struct:_LossRecordKey
  /external/valgrind/coregrind/
m_addrinfo.c 199 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 1426 milliseconds