Home
last modified time | relevance | path

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

/developtools/hdc/src/common/
Dsession.cpp440 size_t handleSize = sizeof(uv_poll_t); in MallocSession() local
441 hSession->pollHandle[STREAM_WORK] = (uv_poll_t *)malloc(handleSize); in MallocSession()
442 hSession->pollHandle[STREAM_MAIN] = (uv_poll_t *)malloc(handleSize); in MallocSession()