Go to the documentation of this file.
56 rte_malloc(
const char *type,
size_t size,
unsigned align);
82 rte_zmalloc(
const char *type,
size_t size,
unsigned align);
108 rte_calloc(
const char *type,
size_t num,
size_t size,
unsigned align);
131 rte_realloc(
void *ptr,
size_t size,
unsigned align);
213 rte_calloc_socket(
const char *type,
size_t num,
size_t size,
unsigned align,
int socket);
311 rte_malloc_virt2phy(
const void *addr)