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