Go to the documentation of this file.
16 #include <rte_compat.h>
57 rte_malloc(
const char *type,
size_t size,
unsigned align);
83 rte_zmalloc(
const char *type,
size_t size,
unsigned align);
109 rte_calloc(
const char *type,
size_t num,
size_t size,
unsigned align);
132 rte_realloc(
void *ptr,
size_t size,
unsigned align);
214 rte_calloc_socket(
const char *type,
size_t num,
size_t size,
unsigned align,
int socket);
287 void __rte_experimental
321 rte_malloc_virt2phy(
const void *addr)