mirror of
https://github.com/nodejs/node.git
synced 2025-12-28 07:50:41 +00:00
Node.js JavaScript runtime ✨🐢🚀✨
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 | ||