Home
last modified time | relevance | path

Searched refs:ix2vec_free (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/helgrind/
Dhg_wordset.c158 WordVec** ix2vec_free; member
332 } else if (wsu->ix2vec_free) { in add_or_dealloc_WordVec()
334 tl_assert(is_dead(wsu,(WordVec*)wsu->ix2vec_free)); in add_or_dealloc_WordVec()
335 ws = wsu->ix2vec_free - &(wsu->ix2vec[0]); in add_or_dealloc_WordVec()
337 wsu->ix2vec_free = (WordVec **) wsu->ix2vec[ws]; in add_or_dealloc_WordVec()
374 wsu->ix2vec_free = NULL; in HG_()
476 wsu->ix2vec[ws] = (WordVec*) wsu->ix2vec_free; in HG_()
477 wsu->ix2vec_free = &wsu->ix2vec[ws]; in HG_()