Go to the documentation of this file.
34 #ifndef _RTE_MALLOC_H_
35 #define _RTE_MALLOC_H_
85 rte_malloc(
const char *type,
size_t size,
unsigned align);
111 rte_zmalloc(
const char *type,
size_t size,
unsigned align);
137 rte_calloc(
const char *type,
size_t num,
size_t size,
unsigned align);
160 rte_realloc(
void *ptr,
size_t size,
unsigned align);
242 rte_calloc_socket(
const char *type,
size_t num,
size_t size,
unsigned align,
int socket);