Home
last modified time | relevance | path

Searched defs:rte_zmalloc (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/dpdk_rte_lpm/
H A Drte_shim.h6 #define rte_zmalloc(_type, _size, _align) malloc(_size, M_TEMP, M_NOWAIT | M_ZERO) macro
/f-stack/dpdk/lib/librte_eal/common/
H A Drte_malloc.c136 rte_zmalloc(const char *type, size_t size, unsigned align) in rte_zmalloc() function