Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/common/
H A Drte_malloc.c397 rte_malloc_heap_memory_add(const char *heap_name, void *va_addr, size_t len, in rte_malloc_heap_memory_add()
452 rte_malloc_heap_memory_remove(const char *heap_name, void *va_addr, size_t len) in rte_malloc_heap_memory_remove()
501 sync_memory(const char *heap_name, void *va_addr, size_t len, bool attach) in sync_memory()
567 rte_malloc_heap_memory_attach(const char *heap_name, void *va_addr, size_t len) in rte_malloc_heap_memory_attach()
573 rte_malloc_heap_memory_detach(const char *heap_name, void *va_addr, size_t len) in rte_malloc_heap_memory_detach()
579 rte_malloc_heap_create(const char *heap_name) in rte_malloc_heap_create()
630 rte_malloc_heap_destroy(const char *heap_name) in rte_malloc_heap_destroy()
H A Dmalloc_heap.c1274 malloc_heap_create(struct malloc_heap *heap, const char *heap_name) in malloc_heap_create()
1343 char heap_name[RTE_HEAP_NAME_MAX_LEN]; in rte_eal_malloc_heap_init() local
/f-stack/dpdk/app/test/
H A Dtest_external_mem.c272 const char *heap_name = "heap"; in test_malloc_basic() local
H A Dtest_malloc.c619 const char *heap_name = "realloc_heap"; in test_realloc() local