Searched refs:handleSize (Results 1 – 1 of 1) sorted by relevance
448 size_t handleSize = sizeof(uv_poll_t); in MallocSession() local449 hSession->pollHandle[STREAM_WORK] = (uv_poll_t *)malloc(handleSize); in MallocSession()450 hSession->pollHandle[STREAM_MAIN] = (uv_poll_t *)malloc(handleSize); in MallocSession()