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 int align);
240 rte_calloc_socket(
const char *type,
size_t num,
size_t size,
unsigned align,
int socket);
337 rte_iova_t iova_addrs[],
unsigned int n_pages,
size_t page_sz);
__rte_experimental int rte_malloc_heap_memory_add(const char *heap_name, void *va_addr, size_t len, rte_iova_t iova_addrs[], unsigned int n_pages, size_t page_sz)
void * rte_malloc(const char *type, size_t size, unsigned align)
__rte_experimental void * rte_realloc_socket(void *ptr, size_t size, unsigned int align, int socket)
__rte_experimental int rte_malloc_heap_create(const char *heap_name)
__rte_experimental void rte_malloc_dump_heaps(FILE *f)
__rte_deprecated int rte_malloc_set_limit(const char *type, size_t max)
void * rte_realloc(void *ptr, size_t size, unsigned int align)
__rte_experimental int rte_malloc_heap_memory_attach(const char *heap_name, void *va_addr, size_t len)
void * rte_zmalloc_socket(const char *type, size_t size, unsigned align, int socket)
__rte_experimental int rte_malloc_heap_memory_detach(const char *heap_name, void *va_addr, size_t len)
void * rte_malloc_socket(const char *type, size_t size, unsigned align, int socket)
void * rte_zmalloc(const char *type, size_t size, unsigned align)
int rte_malloc_validate(const void *ptr, size_t *size)
size_t greatest_free_size
size_t heap_totalsz_bytes
size_t heap_allocsz_bytes
void * rte_calloc(const char *type, size_t num, size_t size, unsigned align)
rte_iova_t rte_malloc_virt2iova(const void *addr)
__rte_experimental int rte_malloc_heap_memory_remove(const char *heap_name, void *va_addr, size_t len)
__rte_experimental int rte_malloc_heap_destroy(const char *heap_name)
__rte_experimental int rte_malloc_heap_get_socket(const char *name)
int rte_malloc_get_socket_stats(int socket, struct rte_malloc_socket_stats *socket_stats)
__rte_experimental int rte_malloc_heap_socket_is_external(int socket_id)
void * rte_calloc_socket(const char *type, size_t num, size_t size, unsigned align, int socket)
void rte_malloc_dump_stats(FILE *f, const char *type)