electron/atom/node
Cheng Zhao efe23b7595 Use Node's memory allocator for ArrayBuffer
For Buffers created in Node, they are usually allocated in Node and
freed by Chromium's allocator, which will cause crashes when Node and
Chromium are using different allocators.

This commit makes Chromium use Node' allocator for ArrayBuffers.
2017-05-09 14:12:39 +09:00
..
osfhandle.cc Use Node's memory allocator for ArrayBuffer 2017-05-09 14:12:39 +09:00
osfhandle.h Use Node's memory allocator for ArrayBuffer 2017-05-09 14:12:39 +09:00