Home
last modified time | relevance | path

Searched defs:heap_name (Results 1 – 4 of 4) sorted by relevance

/dpdk/lib/eal/common/
H A Drte_malloc.c396 rte_malloc_heap_memory_add(const char *heap_name, void *va_addr, size_t len, in rte_malloc_heap_memory_add()
451 rte_malloc_heap_memory_remove(const char *heap_name, void *va_addr, size_t len) in rte_malloc_heap_memory_remove()
500 sync_memory(const char *heap_name, void *va_addr, size_t len, bool attach) in sync_memory()
566 rte_malloc_heap_memory_attach(const char *heap_name, void *va_addr, size_t len) in rte_malloc_heap_memory_attach()
572 rte_malloc_heap_memory_detach(const char *heap_name, void *va_addr, size_t len) in rte_malloc_heap_memory_detach()
578 rte_malloc_heap_create(const char *heap_name) in rte_malloc_heap_create()
629 rte_malloc_heap_destroy(const char *heap_name) in rte_malloc_heap_destroy()
H A Dmalloc_heap.c1345 malloc_heap_create(struct malloc_heap *heap, const char *heap_name) in malloc_heap_create()
1416 char heap_name[RTE_HEAP_NAME_MAX_LEN]; in rte_eal_malloc_heap_init() local
/dpdk/app/test/
H A Dtest_external_mem.c284 const char *heap_name = "heap"; in test_malloc_basic() local
H A Dtest_malloc.c628 const char *heap_name = "realloc_heap"; in test_realloc() local