Closed
Description
I found this sentence in our buffer.markdown.
A Buffer is similar to an array of integers but corresponds to a raw memory allocation outside the V8 heap.
In my understandings, Buffer is re-implemented using ArrayBuffer in io.js v3. I am thinking that ArrayBuffer allocates memory inside
the v8 heap. So Buffer's memory also allocates to v8 heap inside.
If the documentation is wrong, I will send PR.