Home
last modified time | relevance | path

Searched refs:newchanges (Results 1 – 1 of 1) sorted by relevance

/libevent-2.1.12/
H A Dkqueue.c216 struct kevent *newchanges; in kq_build_changes_list() local
226 newchanges = mm_realloc(kqop->changes, in kq_build_changes_list()
228 if (newchanges == NULL) { in kq_build_changes_list()
232 kqop->changes = newchanges; in kq_build_changes_list()