i'm trying to embedding v8 engine in my server-side application. binding c++ variables or classes are works fine. but i couldn't find the way to replace memory allocator.
i did searched some header files, it seems to be possible to handle event after memory allocation by registering application's callback via AddMemoryAllocationCallback. but there is no function to replace memory allocator. is there way to use my allocator? or any plan to support this feature for the future? -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
