dgram: use slab memory allocator
authormrb <michaelrbernstein@gmail.com>
Thu, 12 Jan 2012 04:42:24 +0000 (23:42 -0500)
committerBen Noordhuis <info@bnoordhuis.nl>
Thu, 12 Jan 2012 16:34:15 +0000 (17:34 +0100)
commitbd9fa2e8419dda3ecff55ca7d801af3db4aeb5b2
tree4ec87f7a4f58cc29482100ab563468039b9092fc
parent465e22e62f8eb927464bb6210ec786ab289813f9
dgram: use slab memory allocator

Change udp memory allocation scheme from uv_buf_init to slab allocation. Takes
slab allocation scheme from stream_wrap.
src/udp_wrap.cc