Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2012-03-28 04:21:56 +0400
committerBen Noordhuis <info@bnoordhuis.nl>2012-03-30 23:24:02 +0400
commit08032efed00bb798cb9e1b4aaa0b626fc87d78cc (patch)
tree6278c58ce658e14e05e851c2de8f2ff18b582ed3 /node.gyp
parenta58659cd4a6aa8a24b7f5f1062c15aa627b386e5 (diff)
core: add reusable slab allocator
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/node.gyp b/node.gyp
index 0829cd69c4e..db40b6a7811 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',