MCPcopy Create free account
hub / github.com/F-Stack/f-stack / test_free_null

Function test_free_null

dpdk/app/test/test_stack.c:262–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

260}
261
262static int
263test_free_null(void)
264{
265 /* Check whether the library proper handles a NULL pointer */
266 rte_stack_free(NULL);
267
268 return 0;
269}
270
271#define NUM_ITERS_PER_THREAD 100000
272

Callers 1

__test_stackFunction · 0.70

Calls 1

rte_stack_freeFunction · 0.85

Tested by

no test coverage detected