Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ list
Class
list
app/redis-6.2.6/src/adlist.c:44–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
list *listCreate(void)
43
{
44
struct list *list;
45
46
if ((list = zmalloc(sizeof(*list))) == NULL)
47
return NULL;
Callers
5
get_packet_summaries
Function · 0.50
from_dict
Method · 0.50
from_dict
Method · 0.50
cpu_layout.py
File · 0.50
parse_pmdinfo
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected