Files
node-v0.x-archive/doc
Trevor Norris d817843d2e smalloc: create separate module
It will be confusing if later on we add Buffer#dispose(), and smalloc is
its own cpp api anyways. So instead create a new require('smalloc') to
expose the previous Buffer.alloc/dispose methods, and expose copyOnto
and kMaxLength as well.

Other changes:
* Added documentation and additional tests.
* smalloc::CopyOnto has changed from using assert() to throwing errors
  on bad argument values because it is not exposed to the user.
* Minor style fixes.
2013-07-19 13:36:13 -07:00
..
2013-05-09 15:15:39 -07:00
2013-07-19 13:36:13 -07:00
2013-05-09 15:15:39 -07:00
2013-05-09 15:15:39 -07:00
2012-09-27 13:25:55 -07:00
2011-11-27 21:52:27 +01:00
2013-05-09 15:15:39 -07:00
2013-03-06 11:44:29 -08:00
2012-02-14 14:34:43 -08:00
2012-06-22 08:49:20 -07:00
2009-09-10 13:40:38 +02:00
2011-07-11 08:30:37 -07:00
2011-12-05 16:20:44 -08:00