smalloc: length is byte size, not array length
authorTrevor Norris <trev.norris@gmail.com>
Tue, 20 Aug 2013 17:30:40 +0000 (10:30 -0700)
committerTrevor Norris <trev.norris@gmail.com>
Tue, 20 Aug 2013 20:33:35 +0000 (13:33 -0700)
commit6b5c43ed18234a9bdf3873b1ed6c45cf1a4c76ab
tree6c8d4eece54ce437316cef75f129a8e6aeb65a0b
parented0677f42752fe0ec73b4b200e729b583307361a
smalloc: length is byte size, not array length

The C++ API has been changed so the passed length is the byte size of
the data, not the length of the array.

This was done so users need to explicitly define how much memory they
want allocated.
src/smalloc.cc
src/smalloc.h