mirror of
https://github.com/nodejs/node.git
synced 2024-11-29 15:06:33 +01:00
Cross-platform JavaScript runtime environment
https://nodejs.org/
baed9d514d
This is sloppy: after each ObjectWrap allocation the user needs to call ObjectWrap::InformV8ofAllocation(). In addition each class deriving from ObjectWrap needs to implement the virtual method size() which should return the size of the derived class. If I was better at C++ I could possibly make this less ugly. For now this is how it is. Memory usage looks much better after this commit. |
||
---|---|---|
deps | ||
src | ||
test | ||
.gitignore | ||
.gitmodules | ||
configure | ||
js2c.py | ||
jsmin.py | ||
node.html | ||
test_http.js | ||
waf | ||
wscript |