Home
last modified time | relevance | path

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

/external/libxml2/
Dtriop.h70 #ifndef TRIO_MALLOC
71 # define TRIO_MALLOC(n) malloc(n) macro
Dtriostr.c129 return (char *)TRIO_MALLOC(size);
1270 self = (trio_string_t *)TRIO_MALLOC(sizeof(trio_string_t)); in TrioStringAlloc()
Dtrio.c4305 def = (trio_userdef_t *)TRIO_MALLOC(sizeof(trio_userdef_t));
/external/chromium_org/third_party/libxml/src/
Dtriop.h70 #ifndef TRIO_MALLOC
71 # define TRIO_MALLOC(n) malloc(n) macro
Dtriostr.c129 return (char *)TRIO_MALLOC(size);
1270 self = (trio_string_t *)TRIO_MALLOC(sizeof(trio_string_t)); in TrioStringAlloc()
Dtrio.c4305 def = (trio_userdef_t *)TRIO_MALLOC(sizeof(trio_userdef_t));