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

  /external/valgrind/main/helgrind/
hg_addrdescr.c 73 ai->Addr.Block.freed_at = VG_(null_ExeContext)();;
  /external/valgrind/main/include/
pub_tool_addrinfo.h 101 ExeContext* freed_at; // might be null_ExeContext. member in struct:_AddrInfo::__anon36582::__anon36585
  /external/valgrind/main/coregrind/
m_addrinfo.c 123 ai->Addr.Block.freed_at = VG_(null_ExeContext)();
273 tl_assert (ai->Addr.Block.freed_at == VG_(null_ExeContext)());
276 VG_(pp_ExeContext)(ai->Addr.Block.freed_at);
290 tl_assert (ai->Addr.Block.freed_at == VG_(null_ExeContext)());
291 /* Nb: cannot have a freed_at, as a freed client-defined block
297 tl_assert (ai->Addr.Block.freed_at == VG_(null_ExeContext)());
  /external/valgrind/main/memcheck/
mc_errors.c 799 ai->Addr.Block.freed_at = MC_(freed_at) (mc);
    [all...]
mc_include.h 80 ExeContext* MC_(freed_at) (MC_Chunk*);
mc_malloc_wrappers.c 280 ExeContext* MC_(freed_at) (MC_Chunk* mc) function
    [all...]

Completed in 544 milliseconds