smalloc: use malloc instead of new
authorTrevor Norris <trev.norris@gmail.com>
Thu, 20 Jun 2013 23:44:02 +0000 (16:44 -0700)
committerTrevor Norris <trev.norris@gmail.com>
Wed, 3 Jul 2013 22:03:24 +0000 (15:03 -0700)
commitfa10b757f50acc4330bffa11ad12ac46be89cbd5
tree99a9fdb633ad8e61c356721075385753fcf6fde3
parentec90e6e80adbb9c6f31158c319eba4e35edda845
smalloc: use malloc instead of new

To use realloc the implementation had to be changed to use malloc/free.
src/node.cc
src/node_buffer.cc
src/node_internals.h
src/smalloc.cc
src/stream_wrap.cc
src/udp_wrap.cc