Home
last modified time | relevance | path

Searched refs:tp_malloc (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/net/ip/
Dtp.h129 void *tp_malloc(size_t size, const char *file, int line, const char *func);
Dtp.c46 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()
Dtcp_private.h39 tp_malloc(_size, tp_basename(__FILE__), __LINE__, __func__)