Home
last modified time | relevance | path

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

/external/libxml2/
Dtriop.h70 #ifndef TRIO_MALLOC
71 # define TRIO_MALLOC(n) malloc(n) macro
Dtriostr.c135 return (char *)TRIO_MALLOC(size);
1276 self = (trio_string_t *)TRIO_MALLOC(sizeof(trio_string_t)); in TrioStringAlloc()
Dtrio.c4325 def = (trio_userdef_t *)TRIO_MALLOC(sizeof(trio_userdef_t));