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