Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ test_external_mem
Function
test_external_mem
dpdk/app/test/test_external_mem.c:14–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
13
#ifdef RTE_EXEC_ENV_WINDOWS
14
static int
15
test_external_mem(void)
16
{
17
printf(
"external_mem not supported on Windows, skipping test\n"
);
18
return TEST_SKIPPED;
19
}
20
21
#else
22
Callers
nothing calls this directly
Calls
6
test_malloc_invalid_param
Function · 0.85
test_malloc_basic
Function · 0.85
test_extmem_invalid_param
Function · 0.85
test_extmem_basic
Function · 0.85
printf
Function · 0.50
rte_mem_page_size
Function · 0.50
Tested by
no test coverage detected