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

  /external/valgrind/main/coregrind/
m_addrinfo.c 122 ai->Addr.Block.allocated_at = VG_(null_ExeContext)();
123 ai->Addr.Block.freed_at = VG_(null_ExeContext)();
273 tl_assert (ai->Addr.Block.freed_at == VG_(null_ExeContext)());
277 if (ai->Addr.Block.allocated_at != VG_(null_ExeContext)()) {
290 tl_assert (ai->Addr.Block.freed_at == VG_(null_ExeContext)());
296 tl_assert (ai->Addr.Block.allocated_at == VG_(null_ExeContext)());
297 tl_assert (ai->Addr.Block.freed_at == VG_(null_ExeContext)());
m_execontext.c 102 static ExeContext* null_ExeContext;
150 null_ExeContext = record_ExeContext_wrk2(ips, 1);
152 vg_assert(null_ExeContext->ecu == 4);
504 ExeContext* VG_(null_ExeContext) (void)
507 return null_ExeContext;
  /external/valgrind/main/helgrind/
hg_addrdescr.c 73 ai->Addr.Block.freed_at = VG_(null_ExeContext)();;
  /external/valgrind/main/include/
pub_tool_execontext.h 118 ExeContext* VG_(null_ExeContext) (void);
  /external/valgrind/main/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 282 milliseconds