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

/external/webkit/Source/JavaScriptCore/wtf/
H A DOSAllocatorWin.cpp66 bool result = VirtualFree(address, bytes, MEM_DECOMMIT);
H A DTCSystemAlloc.cpp251 VirtualFree(reinterpret_cast<void*>(ptr), adjust, MEM_DECOMMIT); local
254 VirtualFree(reinterpret_cast<void*>(ptr + adjust + size), extra-adjust, MEM_DECOMMIT); local
455 if (VirtualFree(start, length, MEM_DECOMMIT))
471 BOOL success = VirtualFree(ptr, decommitSize, MEM_DECOMMIT);
/external/v8/src/
H A Dplatform-cygwin.cc361 return VirtualFree(address, size, MEM_DECOMMIT) != false;
H A Dplatform-win32.cc1462 return VirtualFree(address, size, MEM_DECOMMIT) != false;

Completed in 127 milliseconds