Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/smart-buffer/build/
Dsmartbuffer.js5 const DEFAULT_SMARTBUFFER_SIZE = 4096; constant
45 this._buff = Buffer.allocUnsafe(DEFAULT_SMARTBUFFER_SIZE);
54 this._buff = Buffer.allocUnsafe(DEFAULT_SMARTBUFFER_SIZE);