Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ test_memory_flags
Function
test_memory_flags
dpdk/app/test/test_eal_flags.c:77–82 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
75
}
76
77
static int
78
test_memory_flags(void)
79
{
80
printf(
"memory_flags not supported on Windows, skipping test\n"
);
81
return TEST_SKIPPED;
82
}
83
84
static int
85
test_file_prefix(void)
Callers
nothing calls this directly
Calls
5
get_current_prefix
Function · 0.85
snprintf
Function · 0.85
get_number_of_sockets
Function · 0.85
populate_socket_mem_param
Function · 0.85
printf
Function · 0.50
Tested by
no test coverage detected