MCPcopy 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

aeApiAddEventFunction · 0.70
aeApiDelEventFunction · 0.70
aeApiPollFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected