Esempio n. 1
0
StaticNodeList::~StaticNodeList()
{
    if (AllocationSize() > externalMemoryReportSizeLimit)
        v8::Isolate::GetCurrent()->AdjustAmountOfExternalAllocatedMemory(-AllocationSize());
}
Esempio n. 2
0
StaticNodeList::~StaticNodeList()
{
    v8::Isolate::GetCurrent()->AdjustAmountOfExternalAllocatedMemory(-AllocationSize());
}