core: add reusable slab allocator
diff --git a/node.gyp b/node.gyp
index 0829cd6..db40b6a 100644
--- a/node.gyp
+++ b/node.gyp
@@ -84,6 +84,7 @@
         'src/node_zlib.cc',
         'src/pipe_wrap.cc',
         'src/stream_wrap.cc',
+        'src/slab_allocator.cc',
         'src/tcp_wrap.cc',
         'src/timer_wrap.cc',
         'src/tty_wrap.cc',
@@ -107,6 +108,7 @@
         'src/node_version.h',
         'src/pipe_wrap.h',
         'src/req_wrap.h',
+        'src/slab_allocator.h',
         'src/stream_wrap.h',
         'src/v8_typed_array.h',
         'deps/http_parser/http_parser.h',