Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
262
static int
263
test_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_stack
Function · 0.70
Calls
1
rte_stack_free
Function · 0.85
Tested by
no test coverage detected