Searched refs:TRIO_MALLOC (Results 1 – 3 of 3) sorted by relevance
70 #ifndef TRIO_MALLOC71 # define TRIO_MALLOC(n) malloc(n) macro
129 return (char *)TRIO_MALLOC(size);1270 self = (trio_string_t *)TRIO_MALLOC(sizeof(trio_string_t)); in TrioStringAlloc()
4305 def = (trio_userdef_t *)TRIO_MALLOC(sizeof(trio_userdef_t));