malloc icon indicating copy to clipboard operation
malloc copied to clipboard

Simple malloc() & free() implementation for node.js, built on top of array buffers.

Results 2 malloc issues
Sort by recently updated
recently updated
newest added

I get reference error Buffer is not defined at line 51: ``` if (buffer instanceof Buffer) { ``` If I comment it out lines 51-55, and check only ArrayBuffer, it...