Searched refs:tp_malloc (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/subsys/net/ip/ |
D | tp.h | 129 void *tp_malloc(size_t size, const char *file, int line, const char *func);
|
D | tp.c | 46 void *tp_malloc(size_t size, const char *file, int line, const char *func) in tp_malloc() function 129 void *ptr = tp_malloc(bytes, file, line, func); in tp_calloc()
|
D | tcp_private.h | 39 tp_malloc(_size, tp_basename(__FILE__), __LINE__, __func__)
|