HomeSort by relevance Sort by last modified time
    Searched full:name_cache (Results 1 - 1 of 1) sorted by null

  /external/ltrace/
demangle.c 37 static struct dict *name_cache = NULL; variable in typeref:struct:dict
47 if (name_cache == NULL) {
48 name_cache = malloc(sizeof(*name_cache));
49 if (name_cache != NULL)
50 DICT_INIT(name_cache, char *, const char *,
55 if (name_cache != NULL
56 && DICT_FIND_VAL(name_cache, &function_name, &tmp) == 0)
66 if (name_cache == NULL || tmp == NULL) {
77 if (DICT_INSERT(name_cache, &fn_copy, &tmp) < 0)
    [all...]

Completed in 528 milliseconds