OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VexAllocMode
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/main/VEX/priv/
main_util.h
93
VexAllocMode
;
95
extern void vexSetAllocMode (
VexAllocMode
);
96
extern
VexAllocMode
vexGetAllocMode ( void );
main_util.c
70
static
VexAllocMode
mode = VexAllocModeTEMP;
112
void vexSetAllocMode (
VexAllocMode
m )
147
VexAllocMode
vexGetAllocMode ( void )
Completed in 163 milliseconds