Lines Matching refs:line
120 size_t data_len, const char *file, int line);
129 void *tp_malloc(size_t size, const char *file, int line, const char *func);
130 void tp_free(void *ptr, const char *file, int line, const char *func);
131 void *tp_calloc(size_t nmemb, size_t size, const char *file, int line,
136 const char *file, int line, const char *func);
137 struct net_buf *tp_nbuf_clone(struct net_buf *buf, const char *file, int line,
139 void tp_nbuf_unref(struct net_buf *nbuf, const char *file, int line,
143 const char *file, int line);
145 struct net_pkt *tp_pkt_clone(struct net_pkt *pkt, const char *file, int line);
146 void tp_pkt_unref(struct net_pkt *pkt, const char *file, int line);
150 const char *file, int line, const char *func);