commit | 08032efed00bb798cb9e1b4aaa0b626fc87d78cc | [log] [tgz] |
---|---|---|
author | Ben Noordhuis <[email protected]> | Wed Mar 28 00:21:56 2012 |
committer | Ben Noordhuis <[email protected]> | Fri Mar 30 19:24:02 2012 |
tree | 6278c58ce658e14e05e851c2de8f2ff18b582ed3 | |
parent | a58659cd4a6aa8a24b7f5f1062c15aa627b386e5 [diff] [blame] |
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',