HomeSort by relevance Sort by last modified time
    Searched full:reducedexternalmemory (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8StringResource.h 70 int reducedExternalMemory = -memoryConsumption(m_plainString);
72 reducedExternalMemory -= memoryConsumption(m_atomicString.string());
73 v8::Isolate::GetCurrent()->AdjustAmountOfExternalAllocatedMemory(reducedExternalMemory);

Completed in 1364 milliseconds