Expose SlowBuffer
This commit is contained in:
parent
6135941eea
commit
d3fcd1c75a
@ -156,6 +156,7 @@ function Buffer (subject, encoding, offset) {
|
|||||||
SlowBuffer.makeFastBuffer(this.parent, this, this.offset, this.length);
|
SlowBuffer.makeFastBuffer(this.parent, this, this.offset, this.length);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
exports.SlowBuffer = SlowBuffer;
|
||||||
exports.Buffer = Buffer;
|
exports.Buffer = Buffer;
|
||||||
|
|
||||||
Buffer.poolSize = 8*1024;
|
Buffer.poolSize = 8*1024;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user