Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ kevent
Class
kevent
src/ae_kqueue.c:66–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
65
if (!state) return -1;
66
state->events = (struct kevent*)zmalloc(sizeof(struct kevent)*eventLoop->setsize, MALLOC_LOCAL);
67
if (!state->events) {
68
zfree(state);
69
return -1;
Callers
3
aeApiAddEvent
Function · 0.70
aeApiDelEvent
Function · 0.70
aeApiPoll
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected