MCPcopy 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

42list *listCreate(void)
43{
44 struct list *list;
45
46 if ((list = zmalloc(sizeof(*list))) == NULL)
47 return NULL;

Callers 5

get_packet_summariesFunction · 0.50
from_dictMethod · 0.50
from_dictMethod · 0.50
cpu_layout.pyFile · 0.50
parse_pmdinfoFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected