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

  /external/valgrind/include/
pub_tool_execontext.h 119 ExeContext* VG_(null_ExeContext) (void);
  /external/valgrind/helgrind/
hg_addrdescr.c 81 ai->Addr.Block.freed_at = VG_(null_ExeContext)();;
  /external/valgrind/coregrind/
m_execontext.c 100 static ExeContext* null_ExeContext;
148 null_ExeContext = record_ExeContext_wrk2(ips, 1);
150 vg_assert(null_ExeContext->ecu == 4);
509 ExeContext* VG_(null_ExeContext) (void)
512 return null_ExeContext;
m_addrinfo.c 199 ai->Addr.Block.allocated_at = VG_(null_ExeContext)();
201 ai->Addr.Block.freed_at = VG_(null_ExeContext)();
537 vg_assert (ai->Addr.Block.freed_at == VG_(null_ExeContext)());
541 if (ai->Addr.Block.allocated_at != VG_(null_ExeContext)()) {
554 vg_assert (ai->Addr.Block.freed_at == VG_(null_ExeContext)());
560 vg_assert (ai->Addr.Block.allocated_at == VG_(null_ExeContext)());
561 vg_assert (ai->Addr.Block.freed_at == VG_(null_ExeContext)());
  /external/valgrind/memcheck/
mc_malloc_wrappers.c 270 case KS_none: return VG_(null_ExeContext) ();
272 case KS_free: return VG_(null_ExeContext) ();
274 mc->where[0] : VG_(null_ExeContext) ());
283 case KS_none: return VG_(null_ExeContext) ();
284 case KS_alloc: return VG_(null_ExeContext) ();
286 mc->where[0] : VG_(null_ExeContext) ());
288 VG_(null_ExeContext) () : mc->where[0]);
290 mc->where[1] : VG_(null_ExeContext) ());
    [all...]
mc_errors.c     [all...]

Completed in 131 milliseconds