Look for this function: AdjustAmountOfExternalAllocatedMemory It should do what you need.
On Thu, May 6, 2010 at 6:09 PM, Camilo Aguilar <[email protected]> wrote: > I'm currently porting a C Library to Nodejs using de v8 C++ API and I have a > big question: > > Are the garbage collection heuristics affected due to memory allocations and > deallocations inside this C Library ? > > If so, how can I let it to know of these allocations/deallocations ? > > Camilo Aguilar > > -- > v8-users mailing list > [email protected] > http://groups.google.com/group/v8-users -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
