Searched refs:allocatePollArray (Results 1 – 2 of 2) sorted by relevance
68 static long allocatePollArray(int count) { in allocatePollArray() method in EPoll
104 this.address = allocatePollArray(MAX_EPOLL_EVENTS); in EPollPort()