Home
last modified time | relevance | path

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

/third_party/node/src/
Dstream_wrap.h106 void OnUvAlloc(size_t suggested_size, uv_buf_t* buf);
Dstream_wrap.cc192 static_cast<LibuvStreamWrap*>(handle->data)->OnUvAlloc(suggested_size, buf); in ReadStart()
204 void LibuvStreamWrap::OnUvAlloc(size_t suggested_size, uv_buf_t* buf) { in OnUvAlloc() function in node::LibuvStreamWrap