Home
last modified time | relevance | path

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

/third_party/node/src/
Djs_stream.cc174 uv_buf_t buf = wrap->EmitAlloc(len); in ReadBuffer()
Dstream_base-inl.h95 uv_buf_t StreamResource::EmitAlloc(size_t suggested_size) { in EmitAlloc() function
Dstream_base.h276 inline uv_buf_t EmitAlloc(size_t suggested_size);
Dstream_wrap.cc208 *buf = EmitAlloc(suggested_size); in OnUvAlloc()
Dheap_utils.cc259 uv_buf_t buf = EmitAlloc(size); in WriteAsciiChunk()
Dtls_wrap.cc530 uv_buf_t buf = EmitAlloc(avail); in ClearOut()
Dnode_file.cc470 read_wrap->buffer_ = EmitAlloc(recommended_read); in ReadStart()
Dnode_http2.cc1080 uv_buf_t buf = stream->EmitAlloc(len); in OnDataChunkReceived()