MCPcopy 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
14static int
15test_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_basicFunction · 0.85
test_extmem_basicFunction · 0.85
printfFunction · 0.50
rte_mem_page_sizeFunction · 0.50

Tested by

no test coverage detected