Home
last modified time | relevance | path

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

/frameworks/base/media/libdrm/mobile1/src/xml/
Dxml_tinyparser.c696 void *xml_malloc(int32_t size) in xml_malloc() function
719 if (NULL == (Tree = (XML_TREE *) xml_malloc(sizeof(XML_TREE)))) in xml_tree_fillnode()
734 (attr = (XML_TREE_ATTR *) xml_malloc(sizeof(XML_TREE_ATTR)))) in xml_tree_fillnode()