Searched refs:reducedExternalMemory (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DV8StringResource.h69 int reducedExternalMemory = -memoryConsumption(m_plainString); local
71 reducedExternalMemory -= memoryConsumption(m_atomicString.string());
72 v8::Isolate::GetCurrent()->AdjustAmountOfExternalAllocatedMemory(reducedExternalMemory);

Completed in 90 milliseconds