Home
last modified time | relevance | path

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

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