MCPcopy Create free account
hub / github.com/F-Stack/f-stack / rte_malloc_heap_memory_attach

Function rte_malloc_heap_memory_attach

dpdk/lib/eal/common/rte_malloc.c:565–569  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

563}
564
565int
566rte_malloc_heap_memory_attach(const char *heap_name, void *va_addr, size_t len)
567{
568 return sync_memory(heap_name, va_addr, len, true);
569}
570
571int
572rte_malloc_heap_memory_detach(const char *heap_name, void *va_addr, size_t len)

Callers 1

Calls 1

sync_memoryFunction · 0.70

Tested by 1