Home
last modified time | relevance | path

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

/minix3/external/bsd/libevent/dist/
H A Dkqueue.c216 struct kevent *newchanges; in kq_build_changes_list() local
218 newchanges = mm_realloc(kqop->changes, in kq_build_changes_list()
220 if (newchanges == NULL) { in kq_build_changes_list()
224 kqop->changes = newchanges; in kq_build_changes_list()