MCPcopy 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
401static void
402setup_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
411static int
412verify_memory(void)

Callers 1

test_dma_completedFunction · 0.85

Calls 1

memsetFunction · 0.85

Tested by

no test coverage detected