Searched refs:fn_config (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/callgrind/
H A Dclo.c86 fn_config* config;
99 fn_config* new_fnc(void)
101 fn_config* fnc = (fn_config*) CLG_MALLOC("cl.clo.nf.1",
102 sizeof(fn_config));
159 * leaf (fn_config) for the given pattern is returned.
161 static fn_config* get_fnc2(config_node* node, Char* name)
300 static fn_config* get_fnc(Char* name)
302 fn_config* fnc;
318 static void update_fn_config1(fn_node* fn, fn_config* fn
[all...]
H A Dglobal.h225 typedef struct _fn_config fn_config; typedef in typeref:struct:_fn_config

Completed in 172 milliseconds