Searched defs:rte_malloc (Results 1 – 2 of 2) sorted by relevance
4 #define rte_malloc(_type, _size, _align) malloc(_size, M_TEMP, M_NOWAIT) macro
105 rte_malloc(const char *type, size_t size, unsigned align) in rte_malloc() function