Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ setup_memory
Function
setup_memory
dpdk/app/test/test_dmadev_api.c:401–409 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
399
}
400
401
static void
402
setup_memory(void)
403
{
404
int i;
405
406
for (i = 0; i < TEST_MEMCPY_SIZE; i++)
407
src[i] = (char)i;
408
memset(dst, 0, TEST_MEMCPY_SIZE);
409
}
410
411
static int
412
verify_memory(void)
Callers
1
test_dma_completed
Function · 0.85
Calls
1
memset
Function · 0.85
Tested by
no test coverage detected