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

/external/valgrind/helgrind/
H A Dhg_main.c3462 (1) searches laog to see if Ln --*--> {L1,L2,L3}, which always
3465 (2) adds edges {L1,L2,L3} --> Ln to laog, which are already present
3471 any time any edges are added to or deleted from laog.
3474 have already been added to laog. Invalidate the cache any time
3475 any edges are deleted from laog.
3486 static WordFM* laog = NULL; /* WordFM Lock* LAOGLinks* */ variable
3488 /* EXPOSITION ONLY: for each edge in 'laog', record the two places
3518 tl_assert(!laog);
3522 laog = VG_(newFM)( HG_(zalloc), "hg.laog__init.1",
3534 VG_(printf)("laog (requeste
[all...]

Completed in 144 milliseconds