Searched defs:oldref (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/helgrind/
H A Dlibhb_core.c4497 // Whenever an oldref is re-used, its position is changed as the most recently
4499 // When a new oldref is needed, it is allocated from the pool
4501 // Otherwise, if all oldref have already been allocated,
4546 OldRef *oldref = lru.next; local
4548 OldRef_unchain(oldref);
4549 oldref_ht = VG_(HT_gen_remove) (oldrefHT, oldref, cmp_oldref_tsw);
4550 tl_assert (oldref == oldref_ht);
4551 ctxt__rcdec( oldref->acc.rcec );
4552 return oldref;
4819 oldrefHT = VG_(HT_construct) ("libhb.event_map_init.4 (oldref hashtabl
4837 OldRef* oldref; local
[all...]

Completed in 69 milliseconds