HomeSort by relevance Sort by last modified time
    Searched defs:config_node (Results 1 - 3 of 3) sorted by null

  /system/core/libcutils/
config_utils.cpp 27 cnode* config_node(const char *name, const char *value) function
54 node = config_node(name, NULL);
  /external/valgrind/callgrind/
clo.c 82 typedef struct _config_node config_node; typedef in typeref:struct:_config_node
87 config_node* sub_node[NODE_DEGREE];
88 config_node* next;
89 config_node* wild_star;
90 config_node* wild_char;
96 static config_node* fn_configs = 0;
122 static config_node* new_config(const HChar* name, int length)
125 config_node* node = (config_node*) CLG_MALLOC("cl.clo.nc.1",
126 sizeof(config_node) + length)
    [all...]
  /external/jemalloc/src/
ctl.c 249 static const ctl_named_node_t config_node[] = { variable
    [all...]

Completed in 146 milliseconds