Home
last modified time | relevance | path

Searched refs:section_free (Results 1 – 1 of 1) sorted by relevance

/system/bt/osi/src/
Dconfig.c58 static void section_free(void *ptr);
68 config->sections = list_new(section_free); in config_new_empty()
456 static void section_free(void *ptr) { in section_free() function