OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:apinfo
(Results
1 - 1
of
1
) sorted by null
/external/valgrind/main/exp-dhat/
dh_main.c
214
APInfo
;
216
/* maps ExeContext*'s to
APInfo
*'s. Note that the keys must match the
218
static WordFM*
apinfo
= NULL; /* WordFM* ExeContext*
APInfo
* */
variable
222
relevant
APInfo
entry for it, or create one, based on the block's
223
allocation EC. Then, update the
APInfo
to the extent that we
230
APInfo
* api = NULL;
233
Bool found = VG_(lookupFM)(
apinfo
,
236
api = (
APInfo
*)valW;
239
api = VG_(malloc)( "dh.main.intro_Block.1", sizeof(
APInfo
) );
[
all
...]
Completed in 973 milliseconds