Ryan baed9d514d Inform V8 of external allocations.
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.
2009-05-15 16:28:10 +02:00
2009-05-12 00:12:56 +02:00
2009-05-15 16:28:10 +02:00
2009-05-15 16:28:10 +02:00
waf
2009-04-04 14:50:15 +02:00
2009-05-14 17:36:39 +02:00
Description
Node.js JavaScript runtime 🐢🚀
Multiple Licenses 2 GiB
Languages
JavaScript 61.4%
C++ 23.3%
Python 10.7%
C 2.8%
HTML 0.7%
Other 1%