Searched refs:tp_free (Results 1 – 3 of 3) sorted by relevance
130 void tp_free(void *ptr, const char *file, int line, const char *func);
42 #define tcp_free(_ptr) tp_free(_ptr, tp_basename(__FILE__), __LINE__, __func__)
110 void tp_free(void *ptr, const char *file, int line, const char *func) in tp_free() function