Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ rte_extmem_detach
Function
rte_extmem_detach
dpdk/lib/eal/common/eal_common_memory.c:1014–1018 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1012
}
1013
1014
int
1015
rte_extmem_detach(void *va_addr, size_t len)
1016
{
1017
return sync_memory(va_addr, len, false);
1018
}
1019
1020
/* detach all EAL memory */
1021
int
Callers
nothing calls this directly
Calls
1
sync_memory
Function · 0.70
Tested by
no test coverage detected