Home
last modified time | relevance | path

Searched refs:malloc_heap_remove_external_memory (Results 1 – 3 of 3) sorted by relevance

/dpdk/lib/eal/common/
H A Dmalloc_heap.h66 malloc_heap_remove_external_memory(struct malloc_heap *heap, void *va_addr,
H A Drte_malloc.c496 ret = malloc_heap_remove_external_memory(heap, va_addr, len); in rte_malloc_heap_memory_remove()
H A Dmalloc_heap.c1315 malloc_heap_remove_external_memory(struct malloc_heap *heap, void *va_addr, in malloc_heap_remove_external_memory() function