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